Selected problems that are included in LintCode but are not included in Leetcode (until 08.23.2015).
- written in Java
- OJ-accepted solutions (may contain different solutions for one problem)
- unit tests for solutions
- not too brief explanation for problem
problem | solution | tags | note |
---|---|---|---|
03.01 | Insert Node in Binary Search Tree | Binary Search Tree | |
03.02 | Search Range In Binary Search Tree | Binary Search Tree | in-order + pruning |
04.01 | Longest Increasing Subsequence | Dynamic Programming | |
05.01 | Longest Common Substring | Dynamic Programming | |
05.02 | Longest Common Subsequence | Dynamic Programming | |
07.01 | Topological Sort | Topological Sort |