Sponsored
Reserved space — layout preview until AdSense is connected
Data Structures & Algorithms
medium
Quicksort
Implement quicksort and return a sorted list.
sorting
recursion
divide-and-conquer
+25 pts
25m
Data Structures & Algorithms
medium
BFS level-order traversal
Return the level-order traversal of a binary tree as a list of lists.
BFS
trees
queues
+28 pts
25m
Data Structures & Algorithms
medium
Coin change (DP)
Find the minimum number of coins to make exactly the target amount.
dp
greedy
+30 pts
28m
Data Structures & Algorithms
medium
Graph DFS
Return all nodes reachable from a start node via DFS.
graph
DFS
recursion
+28 pts
25m
Showing 4 challenges · medium · filtered by category