A Tkinter and Pygame project that visualizes the algorithms.
A desktop app made using Tkinter and Pygame modules of Python to visualize different computer algorithms like searching, sorting and backtracking e.t.c.
The main motive of this project is to help out beginners who's trying to understand the basic idea of common algorithms.
More algorithms and sounds will be added in future to improve overall experience of the users and make this app more user friendly.
Any contributions to make this project better is welcome.
- Searching Algorithms
- Linear Search
- Binary Search
- Sorting Algorithms
- Selection Sort
- Insertion Sort
- Bubble Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Shell Sort
- Radix Sort
- Backtracking Algorithms
- Sudoku
- N-Queens
- Knight's Tour
- Install Python
- Install Pygame Module
- Run Algorithm_Visualizer (main).py