Welcome to Algorithm Visualization! I built this site, with algorithms because I love to see them in action and I think that's a good way to learn them :). I hope this is helpful and you will have fun watching the visualizations, as much as I did, coding it.
Attention! The site works well in Google Chrome.
- Binary Search - Find an element in a sorted colection of elements in O(log(n))
- Selection Sort - Sorting
- Bubble Sort - Sorting
- Insertion Sort - Sorting
- Quick Sort - A fast sorting algorithm, based on Divide and Conquer Technique
- Lee Algorithm - BFS