Back to top
Mazes
How Large of a maze?
4
100
Make Mazes
Which Algorithm?
Bubble Sort 1 O(n^2)
Bubble Sort 2 O(n^2)
Bubble Sort 3 O(nlog(2)n)
Merge Sort O(nlog(n))
Insertion Sort O(n^2)
Comparisons: 0
Data Scanned: 0
Algorithms
Trails