Skip to content

Commit

Permalink
GitBook: [greyireland#46] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzz2015 authored and gitbook-bot committed Jan 14, 2022
1 parent 4980515 commit 57ea9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_structure/binary_tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,8 @@ func helper(root *TreeNode) ResultType {

#### [Find Mode in Binary Search Tree](https://leetcode.com/problems/find-mode-in-binary-search-tree/)

> 方法:利用BST中序遍历特点,找到相同数计数。
```cpp
// Some code
class Solution {
Expand Down

0 comments on commit 57ea9be

Please sign in to comment.