This would become the note to record my journey on dealing with Leetcode problems using Javascript. Each problem has several possible solutions and I will try to implement them as complete as possible.
- BF => Brute force
- D&C => Divide and Conquer
- BT => Backtracking
- DP => Dynamic programing