Data Structures
binary tree
29 problems
# | Title | Acceptance | Difficulty |
|---|---|---|---|
1 | breadth-first search binary tree level order traversal +1 more | 73.5% | easy |
2 | breadth-first search binary tree queue +1 more | 89.2% | easy |
3 | binary tree breadth-first search level order traversal +3 more | 64.1% | Med. |
4 | binary tree breadth-first search level order traversal +1 more | 82.1% | easy |
5 | breadth-first search binary tree queue +1 more | 90.5% | Med. |
6 | binary tree breadth-first search level order traversal | 54.0% | Med. |
7 | binary tree tree breadth first search level order traversal +2 more | 56.9% | Med. |
8 | binary tree breadth-first search depth-first search +1 more | 21.5% | easy |
9 | breadth-first search level order traversal graph algorithms +1 more | 63.9% | easy |
10 | breadth-first search binary tree level order traversal +1 more | 78.0% | Med. |
11 | binary tree breadth-first search tree depth first search +3 more | 32.1% | Med. |
12 | breadth-first search level order traversal binary tree +1 more | 80.1% | Med. |
13 | binary tree tree breadth first search level order traversal +1 more | 76.3% | easy |
14 | binary tree depth-first search recursion | 38.3% | easy |
15 | binary tree recursion depth-first search | 56.9% | Med. |
16 | binary tree recursion depth-first search | 69.0% | Med. |
17 | binary tree recursion depth-first search +1 more | 25.9% | Med. |
18 | binary tree recursion depth-first search +2 more | 24.5% | Med. |
19 | binary tree graph algorithms recursion +2 more | 59.3% | Med. |
20 | binary tree graph algorithms recursion +1 more | 17.7% | hard |
21 | binary tree binary search tree recursion +2 more | 30.1% | hard |
22 | binary tree binary search tree recursion +2 more | 47.2% | Med. |
23 | binary tree recursion tree depth first search +1 more | 77.6% | Med. |
24 | binary search tree recursion breadth-first search +2 more | 89.6% | Med. |
25 | binary tree recursion breadth-first search +2 more | 35.5% | easy |
26 | binary tree binary search tree recursion +1 more | 28.3% | Med. |
27 | binary tree binary search tree recursion +4 more | 52.7% | Med. |
28 | binary search tree binary tree recursion +1 more | 37.5% | Med. |
29 | serialize and deserialize binary tree recursion +2 more | 69.0% | hard |