Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 735 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 735 Bytes

Algorithms-Visualization

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.

What algorithms you will find?

  • 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

Site: https://andrei811.github.io/Algorithms-Visualization/