You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -500,3 +500,4 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
500
500
| 95. Unique Binary Search Trees II |[Link](https://leetcode.com/problems/unique-binary-search-trees-ii/)|[Link](./lib/medium/95_unique_binary_search_trees_ii.rb)|
501
501
| 96. Unique Binary Search Trees |[Link](https://leetcode.com/problems/unique-binary-search-trees/)|[Link](./lib/medium/96_unique_binary_search_trees.rb)|
502
502
| 98. Validate Binary Search Tree |[Link](https://leetcode.com/problems/validate-binary-search-tree/)|[Link](./lib/medium/98_validate_binary_search_tree.rb)|
503
+
| 99. Recover Binary Search Tree |[Link](https://leetcode.com/problems/recover-binary-search-tree/)|[Link](./lib/medium/99_recover_binary_search_tree.rb)|
0 commit comments