Algorithms
breadth-first search
55 problems
# | Title | Acceptance | Difficulty |
|---|---|---|---|
1 | array string two pointers +3 more | 27.8% | easy |
2 | array two pointers sorting +3 more | 42.5% | easy |
3 | array sorting two pointers +3 more | 35.5% | easy |
4 | linked list fast and slow pointers two pointers +3 more | 59.9% | easy |
5 | array sorting recursion +3 more | 28.8% | Med. |
6 | linked list linked list reversal recursion +2 more | 31.4% | Med. |
7 | linked list doubly linked list recursion +2 more | 22.8% | Med. |
8 | array stack two pointers +3 more | 31.5% | easy |
9 | string hash map counting +1 more | 55.3% | easy |
10 | breadth-first search binary tree queue +1 more | 89.2% | easy |
11 | tree breadth first search binary tree breadth-first search +2 more | 90.5% | Med. |
12 | binary tree breadth-first search tree depth first search +3 more | 32.1% | Med. |
13 | breadth-first search binary tree level order traversal +1 more | 54.0% | Med. |
14 | binary tree breadth-first search level order traversal +3 more | 64.0% | Med. |
15 | binary tree tree breadth first search level order traversal +2 more | 56.9% | Med. |
16 | breadth-first search n-ary tree level order traversal | 92.5% | hard |
17 | breadth-first search binary tree level order traversal +1 more | 73.4% | easy |
18 | breadth-first search binary tree queue +1 more | 89.2% | easy |
19 | binary tree breadth-first search level order traversal +3 more | 64.0% | Med. |
20 | binary tree breadth-first search level order traversal +1 more | 82.0% | easy |
21 | binary tree breadth-first search depth-first search +1 more | 21.5% | easy |
22 | breadth-first search level order traversal binary tree +1 more | 63.9% | easy |
23 | breadth-first search binary tree level order traversal +1 more | 78.1% | Med. |
24 | breadth-first search level order traversal binary tree +1 more | 80.1% | Med. |
25 | graph breadth-first search depth-first search +2 more | 42.8% | easy |
26 | graph depth-first search union-find +3 more | 41.5% | Med. |
27 | graph depth-first search breadth-first search +2 more | 64.2% | Med. |
28 | graph topological sort breadth-first search +1 more | 45.0% | Med. |
29 | graph algorithms topological sort depth-first search +2 more | 0.0% | Med. |
30 | breadth-first search graph queue +2 more | 69.5% | hard |
31 | matrix graph matrix traversal +4 more | 49.3% | easy |
32 | matrix breadth-first search depth-first search +4 more | 47.4% | easy |
33 | breadth-first search depth-first search recursion +3 more | 38.4% | easy |
34 | graph matrix traversal breadth-first search +2 more | 44.0% | easy |
35 | array matrix depth-first search +2 more | 27.3% | easy |
36 | graph matrix breadth-first search +3 more | 62.6% | Med. |
37 | recursion backtracking string +2 more | 56.7% | Med. |
38 | string stack recursion +2 more | 48.3% | Med. |
39 | topological sort graph algorithms recursion +3 more | 25.9% | Med. |
40 | graph algorithms topological sort recursion +2 more | 47.0% | Med. |
41 | graph breadth-first search simulation | 29.1% | hard |
42 | graph breadth-first search depth-first search +1 more | 45.5% | Med. |
43 | graph depth-first search union-find +3 more | 41.5% | Med. |
44 | graph breadth-first search depth-first search +2 more | 37.5% | Med. |
45 | graph algorithms breadth-first search depth-first search +3 more | 40.8% | Med. |
46 | binary tree binary search tree recursion +2 more | 47.1% | Med. |
47 | binary tree recursion depth-first search +1 more | 77.7% | Med. |
48 | binary search tree recursion breadth-first search +2 more | 90.0% | Med. |
49 | binary tree recursion breadth-first search +2 more | 35.4% | easy |
50 | linked list two pointers recursion +1 more | 30.1% | Med. |
51 | depth-first search breadth-first search graph +1 more | 30.2% | Med. |
52 | clone graph depth-first search +3 more | 46.3% | Med. |
53 | graph graph algorithms breadth-first search +1 more | 31.7% | Med. |
54 | graph algorithms depth-first search breadth-first search +3 more | 30.7% | Med. |
55 | stack string breadth-first search +3 more | 15.7% | hard |