Data Structures
binary tree
32 problems
# | Title | Acceptance | Difficulty |
|---|---|---|---|
1 | binary tree tree breadth first search level order traversal +2 more | 89.2% | easy |
2 | tree breadth first search binary tree breadth-first search +2 more | 90.5% | Med. |
3 | binary tree tree breadth first search level order traversal +3 more | 32.1% | Med. |
4 | binary tree tree breadth first search level order traversal +3 more | 54.0% | Med. |
5 | tree breadth first search binary tree queue +2 more | 64.0% | Med. |
6 | binary tree tree breadth first search level order traversal +2 more | 56.9% | Med. |
7 | tree breadth first search binary tree level order traversal +3 more | 73.4% | easy |
8 | binary tree tree breadth first search level order traversal +2 more | 89.2% | easy |
9 | tree breadth first search binary tree queue +2 more | 64.0% | Med. |
10 | tree breadth first search level order traversal binary tree +1 more | 82.0% | easy |
11 | binary tree breadth-first search depth-first search +1 more | 21.4% | easy |
12 | binary tree tree breadth first search queue +1 more | 63.9% | easy |
13 | tree breadth first search level order traversal binary tree +2 more | 78.1% | Med. |
14 | binary tree tree breadth first search level order traversal +1 more | 80.1% | Med. |
15 | binary tree tree breadth first search level order traversal +1 more | 76.2% | easy |
16 | binary tree depth-first search recursion +1 more | 38.2% | easy |
17 | binary tree tree depth first search recursion +1 more | 56.9% | Med. |
18 | binary tree recursion depth-first search | 69.0% | Med. |
19 | tree depth first search binary tree recursion | 25.9% | Med. |
20 | binary tree tree depth first search recursion +1 more | 24.5% | Med. |
21 | binary tree tree depth first search recursion +1 more | 59.1% | Med. |
22 | binary tree tree depth first search recursion +2 more | 17.7% | hard |
23 | binary search tree recursion dynamic programming +2 more | 30.0% | hard |
24 | binary search tree dynamic programming recursion +2 more | 34.3% | hard |
25 | binary tree binary search tree recursion +2 more | 47.1% | Med. |
26 | binary tree recursion tree depth first search +1 more | 77.7% | Med. |
27 | binary search tree tree depth first search stack +2 more | 90.0% | Med. |
28 | binary tree recursion tree depth first search +2 more | 35.4% | easy |
29 | binary search tree recursion binary tree +1 more | 28.3% | Med. |
30 | binary tree recursion depth-first search +3 more | 52.8% | Med. |
31 | binary search tree binary tree recursion +1 more | 37.3% | Med. |
32 | serialize and deserialize binary tree recursion +2 more | 69.1% | hard |