/EEs-Visualization-Tool

This is a typescript-based Single Page React App that visualizes different Algorithms

Primary LanguageTypeScript

EEs Visualizer

Try this App right here: EEs Visualizer

Covered Path Finding Algorithms

  • Breadth First Search
  • Depth First Search
  • Dijkstra's Algorithm

Covered Sorting Algorithms

  • Merge Sort
  • Quick Sort (Middle Element as the pivot)
  • Heap Sort
  • Shell Sort
  • Inserton Sort
  • Selection Sort
  • Bubble Sort

Covered Searching Algorithms

  • Linear Search
  • Binary Search