/leetcode-solved

A list of puzzles I solved on leetcode

Primary LanguageC++MIT LicenseMIT

leetcode-solved

A list of puzzles I solved on leetcode.

All files not only contain the required function, but also a mainfunction with some tests vlaues and other auxiliar functons in order to make those tests.

From 0 to 99

  1. Roman to Integer
  2. Search Insert Position
  3. Rotate List

From 100 to 199

  1. Two Sum II - Input array is sorted
  2. Rotate Array

From 200 to 299

  1. Palindrome Linked List
  2. First Bad Version
  3. Move Zeroes

From 300 to 399

  1. Odd Even Linked List
  2. Reverse String
  3. Ransom Note

From 400 to 499

  1. Fizz Buzz

From 500 to 599

  1. Reverse String II
  2. Reverse Words in a String III

From 700 to 799

  1. Binary Search
  2. Split Linked List in Parts

From 900 to 999

  1. Squares of a Sorted Array

From 1400 to 1499

  1. Maximum Points You Can Obtain From Cards

From 2000 to 9209

  1. Removing Minimum and Maximum From Array