- Two sum
- Container with most Water
- Trapped Rain water
- Validate sub-sequence
- Sorted squared array
- Backspace String compare
- Longest sub-string without repeating characters
- Palindrome
- Smallest difference
- move element to the end
- monotonic array
- a text file containing the problem description, sample test cases and constraints.
- A brute force file containing the solution to the problem in a brute force fashion/way of thinking.
- An optimized.js file containing optimized solution of the problem
- A optimized.ins.js which is either further optimization of the current optimization or a decent version of the current optimization eg factored code, good practices e.t.c.