Add solution 146、460

This commit is contained in:
YDZ
2021-01-04 00:13:00 +08:00
parent 38aa0acb0d
commit 7bc6c9d9a0
9 changed files with 803 additions and 0 deletions

View File

@ -145,6 +145,7 @@ headless: true
- [0143.Reorder-List]({{< relref "/ChapterFour/0143.Reorder-List.md" >}})
- [0144.Binary-Tree-Preorder-Traversal]({{< relref "/ChapterFour/0144.Binary-Tree-Preorder-Traversal.md" >}})
- [0145.Binary-Tree-Postorder-Traversal]({{< relref "/ChapterFour/0145.Binary-Tree-Postorder-Traversal.md" >}})
- [0146.LRU-Cache]({{< relref "/ChapterFour/0146.LRU-Cache.md" >}})
- [0147.Insertion-Sort-List]({{< relref "/ChapterFour/0147.Insertion-Sort-List.md" >}})
- [0148.Sort-List]({{< relref "/ChapterFour/0148.Sort-List.md" >}})
- [0150.Evaluate-Reverse-Polish-Notation]({{< relref "/ChapterFour/0150.Evaluate-Reverse-Polish-Notation.md" >}})
@ -280,6 +281,7 @@ headless: true
- [0455.Assign-Cookies]({{< relref "/ChapterFour/0455.Assign-Cookies.md" >}})
- [0456.132-Pattern]({{< relref "/ChapterFour/0456.132-Pattern.md" >}})
- [0457.Circular-Array-Loop]({{< relref "/ChapterFour/0457.Circular-Array-Loop.md" >}})
- [0460.LFU-Cache]({{< relref "/ChapterFour/0460.LFU-Cache.md" >}})
- [0461.Hamming-Distance]({{< relref "/ChapterFour/0461.Hamming-Distance.md" >}})
- [0463.Island-Perimeter]({{< relref "/ChapterFour/0463.Island-Perimeter.md" >}})
- [0470.Implement-Rand10-Using-Rand7]({{< relref "/ChapterFour/0470.Implement-Rand10-Using-Rand7.md" >}})