Algorithm Math
1.0.0
It mainly summarizes some algorithm and mathematical knowledge in practice, and side jobs are to systematically organize basic knowledge???
It mainly practices algorithm problems in Niuke online leetcode. Includes your own solutions and analysis of other people's excellent solutions in the Blog.
| Serial number | Test point | topic | C/C++ | Java |
|---|---|---|---|---|
| 01 | Tree | Minimum Depth of Binary Tree | NULL | Question explanation |
| 02 | Stack | evaluate-reverse-polish-notation | NULL | Question explanation |
| 03 | Exhausted | max-points-on-a-line | NULL | Question explanation |
| 04 | Link List | sort-list | NULL | Question explanation |
| 05 | Sort | insertion-sort-list | NULL | Question explanation |
| 06 | Tree | binary-tree-postorder-traversal | NULL | Question explanation |
| 07 | Tree | binary-tree-preorder-traversal | NULL | Question explanation |
| 08 | Link List | reorder-list | NULL | Question explanation |
| 09 | Link List | linked-list-cycle-ii | NULL | Question explanation |
| 10 | Link List | linked-list-cycle | NULL | Question explanation |
| 11 | Dynamic planning | word-break-ii | NULL | Question explanation |
| 12 | Dynamic planning | word-break | NULL | Question explanation |
Some interesting algorithms and mathematical knowledge points I encountered during the learning process.
It is not only limited to "retrieval", but mainly systematically sorting and learning some general computer basic knowledge.