This commit is contained in:
halfrost
2022-01-21 22:22:22 +08:00
parent 2e2934db95
commit 67f4538b54
2 changed files with 2 additions and 2 deletions

View File

@ -116,6 +116,6 @@ func max(a, b int) int {
----------------------------------------------
<div style="display: flex;justify-content: space-between;align-items: center;">
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0300~0399/0389.Find-the-Difference/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0300~0399/0390.Elimination-Game/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0300~0399/0392.Is-Subsequence/">下一页➡️</a></p>
</div>

View File

@ -76,5 +76,5 @@ func searchBST(root *TreeNode, val int) *TreeNode {
----------------------------------------------
<div style="display: flex;justify-content: space-between;align-items: center;">
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0600~0699/0699.Falling-Squares/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0703.Kth-Largest-Element-in-a-Stream/">下一页➡️</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0701.Insert-into-a-Binary-Search-Tree/">下一页➡️</a></p>
</div>