Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.26 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.26 KB

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