|
6 | 6 |
|
7 | 7 | | # | Title | Level | Cats | Solution | Languages | Date Complete |
|
8 | 8 | |-----:|:---------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------|:-------------|:----------------|
|
9 |
| -| 98 | [Validate Binary Search Tree](<https://leetcode.com/problems/validate-binary-search-tree>) | Easy | B75, N150 | [solution](<../_98. Validate Binary Search Tree.md>) | c | Jun 23, 2024 | |
10 |
| -| 173 | [Binary Search Tree Iterator](<https://leetcode.com/problems/binary-search-tree-iterator>) | Easy | | [solution](<../_173. Binary Search Tree Iterator.md>) | py | Jun 26, 2024 | |
11 |
| -| 230 | [Kth Smallest Element in a BST](<https://leetcode.com/problems/kth-smallest-element-in-a-bst>) | Easy | B75, N150 | [solution](<../_230. Kth Smallest Element in a BST.md>) | py | Jun 29, 2024 | |
12 |
| -| 235 | [Lowest Common Ancestor of a Binary Search Tree](<https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree>) | Easy | B75, N150 | [solution](<../_235. Lowest Common Ancestor of a Binary Search Tree.md>) | py | Jul 04, 2024 | |
| 9 | +| 98 | [Validate Binary Search Tree](<https://leetcode.com/problems/validate-binary-search-tree>) | Medium | B75, N150 | [solution](<../_98. Validate Binary Search Tree.md>) | c | Jun 23, 2024 | |
| 10 | +| 173 | [Binary Search Tree Iterator](<https://leetcode.com/problems/binary-search-tree-iterator>) | Medium | | [solution](<../_173. Binary Search Tree Iterator.md>) | py | Jun 26, 2024 | |
| 11 | +| 230 | [Kth Smallest Element in a BST](<https://leetcode.com/problems/kth-smallest-element-in-a-bst>) | Medium | B75, N150 | [solution](<../_230. Kth Smallest Element in a BST.md>) | py | Jun 29, 2024 | |
| 12 | +| 235 | [Lowest Common Ancestor of a Binary Search Tree](<https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree>) | Medium | B75, N150 | [solution](<../_235. Lowest Common Ancestor of a Binary Search Tree.md>) | py | Jul 04, 2024 | |
13 | 13 | | 272 | [Closest Binary Search Tree Value II](<https://leetcode.com/problems/closest-binary-search-tree-value-ii>) | Hard | | [solution](<../_272. Closest Binary Search Tree Value II.md>) | py | Jul 01, 2024 |
|
14 |
| -| 426 | [Convert Binary Search Tree to Sorted Doubly Linked List](<https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list>) | Easy | | [solution](<../_426. Convert Binary Search Tree to Sorted Doubly Linked List.md>) | py | Jun 12, 2024 | |
15 |
| -| 450 | [Delete Node in a BST](<https://leetcode.com/problems/delete-node-in-a-bst>) | Easy | | [solution](<../_450. Delete Node in a BST.md>) | py | Jun 29, 2024 | |
| 14 | +| 426 | [Convert Binary Search Tree to Sorted Doubly Linked List](<https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list>) | Medium | | [solution](<../_426. Convert Binary Search Tree to Sorted Doubly Linked List.md>) | py | Jun 12, 2024 | |
| 15 | +| 450 | [Delete Node in a BST](<https://leetcode.com/problems/delete-node-in-a-bst>) | Medium | | [solution](<../_450. Delete Node in a BST.md>) | py | Jun 29, 2024 | |
16 | 16 | | 700 | [Search in a Binary Search Tree](<https://leetcode.com/problems/search-in-a-binary-search-tree>) | Easy | | [solution](<../_700. Search in a Binary Search Tree.md>) | c, java, py | Jul 17, 2024 |
|
17 | 17 | | 703 | [Kth Largest Element in a Stream](<https://leetcode.com/problems/kth-largest-element-in-a-stream>) | Easy | N150 | [solution](<../_703. Kth Largest Element in a Stream.md>) | py | Jul 05, 2024 |
|
18 |
| -| 776 | [Split BST](<https://leetcode.com/problems/split-bst>) | Easy | Weekly Premium | [solution](<../_776. Split BST.md>) | py | Jun 29, 2024 | |
19 |
| -| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Easy | | [solution](<../_1008. Construct Binary Search Tree from Preorder Traversal.md>) | c, cpp, java | Jun 27, 2024 | |
20 |
| -| 1038 | [Binary Search Tree to Greater Sum Tree](<https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree>) | Easy | Daily | [solution](<../_1038. Binary Search Tree to Greater Sum Tree.md>) | c | Jun 26, 2024 | |
21 |
| -| 1305 | [All Elements in Two Binary Search Trees](<https://leetcode.com/problems/all-elements-in-two-binary-search-trees>) | Easy | | [solution](<../_1305. All Elements in Two Binary Search Trees.md>) | java | Jun 24, 2024 | |
22 |
| -| 1382 | [Balance a Binary Search Tree](<https://leetcode.com/problems/balance-a-binary-search-tree>) | Easy | Daily | [solution](<../_1382. Balance a Binary Search Tree.md>) | py | Jun 29, 2024 | |
| 18 | +| 776 | [Split BST](<https://leetcode.com/problems/split-bst>) | Medium | Weekly Premium | [solution](<../_776. Split BST.md>) | py | Jun 29, 2024 | |
| 19 | +| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Medium | | [solution](<../_1008. Construct Binary Search Tree from Preorder Traversal.md>) | c, cpp, java | Jun 27, 2024 | |
| 20 | +| 1038 | [Binary Search Tree to Greater Sum Tree](<https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree>) | Medium | Daily | [solution](<../_1038. Binary Search Tree to Greater Sum Tree.md>) | c | Jun 26, 2024 | |
| 21 | +| 1305 | [All Elements in Two Binary Search Trees](<https://leetcode.com/problems/all-elements-in-two-binary-search-trees>) | Medium | | [solution](<../_1305. All Elements in Two Binary Search Trees.md>) | java | Jun 24, 2024 | |
| 22 | +| 1382 | [Balance a Binary Search Tree](<https://leetcode.com/problems/balance-a-binary-search-tree>) | Medium | Daily | [solution](<../_1382. Balance a Binary Search Tree.md>) | py | Jun 29, 2024 | |
0 commit comments