Skip to content

AmanTejwani/Algorithms_Visualizer

 
 

Repository files navigation

Algorithms_Visualizer

Algorithm visualization illustrates how algorithms work in a graphical way. It mainly aims to simplify and deepen the understanding of algorithms operation.

Type of algorithms visualized:-

  • searching
  • sorting
  • pathfinding

Sorting algorithm

  • Bubble sort
  • selection sort
  • insertion sort
  • merge sort
  • quick sort

Path finding algorithm

  • Dijkstras
  • A star

Searching algorithm

  • linear search
  • binary search

Moduels used

  • tkinter
  • keyboard
  • Pillow

Image after array is suucessfully sorted

Screenshot (556)

Image after element is found

Screenshot (557)

Dijkstra's algorithm visualization

Screenshot (558)

A star algorithm visualization

Screenshot (559)

Contributed by

Aman Tejwani

Pradnyesh Utpat

About

RPPOOP project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%