Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.34 KB

File metadata and controls

47 lines (39 loc) · 1.34 KB

ALGORITHMS


ARRAYS

1. String Reversal
2. Palindrome
3. Integer Reversal
4. Fizz Buzz
5. Max Character
6. First Repeated Character
7. Anagrams
8. Vowels
9. Array Chunking
10. Reverse Array
11. Reverse Words
12. Capitalization
13. Caesar Cipher
14. Ransom Note
15. Mean, Median, and Mode
16. Two Sum
17. Max Profit
18. Sieve of Eratosthenes
19. Fibonacci
20. Memoized Fibonacci
21. Staircase
22. Pyramid
23. Matrix Spiral
24. Has an array two candidates? (Google interview)
25. Justify
26. Binary Search
27. Bubble Sort
28. Sort by height

LINKED LISTS

1. Midpoint
2. Circular
3. From tail
4. Reverse List

HASH TABLES

1. First non-repeated character
2. First repeated character