A list of puzzles I solved on leetcode.
All files not only contain the required function, but also a main
function with some tests vlaues and other auxiliar functons in order to make those tests.
- Roman to Integer
- Search Insert Position
- Rotate List
- Two Sum II - Input array is sorted
- Rotate Array
- Palindrome Linked List
- First Bad Version
- Move Zeroes
- Odd Even Linked List
- Reverse String
- Ransom Note
- Fizz Buzz
- Reverse String II
- Reverse Words in a String III
- Binary Search
- Split Linked List in Parts
- Squares of a Sorted Array
- Maximum Points You Can Obtain From Cards
- Removing Minimum and Maximum From Array