AlgoVisuals is an algorithm visualizer built with Python and its GUI with the Tkinter package. It is a simple yet powerful tool as it shows you different types of algorithms (ranging from sorting to pathfinding) within one place reducing the need to use other visualizers that focus specifically in one category of algorithms.
- Source Codehttps://github.com/edlng/AlgoVisuals
- LanguagePython