This commit is contained in:
halfrost
2022-01-23 22:22:22 +08:00
parent 5bf058e323
commit ac7a582c74
2 changed files with 2 additions and 2 deletions

View File

@ -95,6 +95,6 @@ func (kl *KthLargest) Add(val int) int {
----------------------------------------------
<div style="display: flex;justify-content: space-between;align-items: center;">
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0700.Search-in-a-Binary-Search-Tree/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0701.Insert-into-a-Binary-Search-Tree/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0704.Binary-Search/">下一页➡️</a></p>
</div>

View File

@ -74,5 +74,5 @@ func minCostClimbingStairs1(cost []int) int {
----------------------------------------------
<div style="display: flex;justify-content: space-between;align-items: center;">
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0745.Prefix-and-Suffix-Search/">⬅️上一页</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0748.Shortest-Completing-Word/">下一页➡️</a></p>
<p><a href="https://books.halfrost.com/leetcode/ChapterFour/0700~0799/0747.Largest-Number-At-Least-Twice-of-Others/">下一页➡️</a></p>
</div>