Patterns
tree breadth first search
5 problems
# | Title | Acceptance | Difficulty |
|---|---|---|---|
1 | tree breadth first search binary tree breadth-first search +2 more | 90.5% | Med. |
2 | binary tree tree breadth first search level order traversal +2 more | 56.9% | Med. |
3 | binary tree tree breadth first search level order traversal +1 more | 76.2% | easy |
4 | binary tree binary search tree recursion +4 more | 52.8% | Med. |
5 | serialize and deserialize binary tree recursion +2 more | 69.1% | hard |