documenting the solutions of the problems, that I solve on Leet Code, daily.
starting with the basics. (using c++ and maybe python ocassionally)
1. TWO SUM
2. PALINDROME
3. Single Number
4.Contains Duplicate
5.Longest Common Prefix
6.Length of the last word
7.Find the Index of the first Occurrence in a String
8.PLUS ONE
9.Power Of Two
changing gears a bit, and starting with topic-oriented study from now on.10.Product of Array Except Self