Algorithms
breadth-first search
52 problems
# | Title | Acceptance | Difficulty |
|---|---|---|---|
1 | array string two pointers +1 more | 27.9% | easy |
2 | array sorting two pointers +3 more | 35.6% | easy |
3 | sliding window string backtracking +1 more | 20.0% | hard |
4 | array sorting recursion +3 more | 28.9% | Med. |
5 | array sorting recursion +2 more | 16.8% | hard |
6 | breadth-first search binary tree level order traversal +1 more | 73.5% | easy |
7 | breadth-first search binary tree queue +1 more | 89.2% | easy |
8 | binary tree breadth-first search level order traversal +3 more | 64.1% | Med. |
9 | binary tree breadth-first search level order traversal +1 more | 82.1% | easy |
10 | breadth-first search binary tree queue +1 more | 90.5% | Med. |
11 | binary tree breadth-first search level order traversal | 54.0% | Med. |
12 | binary tree tree breadth first search level order traversal +2 more | 56.9% | Med. |
13 | binary tree breadth-first search depth-first search +1 more | 21.5% | easy |
14 | breadth-first search level order traversal graph algorithms +1 more | 63.9% | easy |
15 | breadth-first search binary tree level order traversal +1 more | 78.0% | Med. |
16 | binary tree breadth-first search tree depth first search +3 more | 32.1% | Med. |
17 | n-ary tree level order traversal breadth-first search +1 more | 92.5% | hard |
18 | breadth-first search level order traversal binary tree +1 more | 80.1% | Med. |
19 | binary tree recursion depth-first search +2 more | 24.5% | Med. |
20 | binary tree graph algorithms recursion +2 more | 59.3% | Med. |
21 | graph depth-first search breadth-first search +2 more | 42.8% | easy |
22 | graph breadth-first search depth-first search +1 more | 41.6% | Med. |
23 | graph depth-first search breadth-first search +2 more | 64.2% | Med. |
24 | graph topological sort breadth-first search +1 more | 45.0% | Med. |
25 | graph algorithms depth-first search breadth-first search | 0.0% | Med. |
26 | breadth-first search graph graph algorithms +1 more | 69.5% | hard |
27 | graph breadth-first search depth-first search +3 more | 49.4% | easy |
28 | graph matrix depth-first search +2 more | 47.5% | easy |
29 | breadth-first search depth-first search recursion +2 more | 38.5% | easy |
30 | graph matrix traversal breadth-first search +2 more | 44.1% | easy |
31 | graph breadth-first search depth-first search +4 more | 62.6% | Med. |
32 | recursion backtracking string +2 more | 56.7% | Med. |
33 | string stack recursion +2 more | 48.3% | Med. |
34 | string greedy algorithm stack +3 more | 18.0% | Med. |
35 | topological sort graph algorithms recursion +1 more | 26.0% | Med. |
36 | graph algorithms topological sort recursion +2 more | 47.1% | Med. |
37 | graph topological sort depth-first search +2 more | 45.7% | hard |
38 | graph algorithms topological sort recursion +2 more | 31.9% | hard |
39 | graph breadth-first search simulation | 29.1% | hard |
40 | graph breadth-first search depth-first search +1 more | 41.6% | Med. |
41 | graph breadth-first search depth-first search +2 more | 37.5% | Med. |
42 | graph algorithms shortest path dynamic programming +2 more | 40.8% | Med. |
43 | binary tree binary search tree recursion +2 more | 47.2% | Med. |
44 | binary tree recursion tree depth first search +1 more | 77.6% | Med. |
45 | binary search tree recursion breadth-first search +2 more | 89.6% | Med. |
46 | binary tree recursion breadth-first search +2 more | 35.5% | easy |
47 | linked list two pointers recursion +1 more | 30.0% | Med. |
48 | depth-first search breadth-first search graph +1 more | 30.3% | Med. |
49 | graph clone depth-first search +1 more | 46.4% | Med. |
50 | graph graph algorithms breadth-first search +1 more | 31.7% | Med. |
51 | graph algorithms depth-first search breadth-first search +3 more | 30.7% | Med. |
52 | stack string breadth-first search +3 more | 15.8% | hard |