Skip to content

imtiyazMohammed/Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms-Visualizer

Visualization of Various Algorithms like Sorting, Backtracking using Pygame.

1. Sorting Algorithms:

alt text

Algorithms implemented:

. Bubble Sort (Ascending and Descending)

. Insertion Sort (Ascending and Descending)

. Selection Sort (Ascending and Descending)

. Heap Sort (Ascending)

Algorithms will be implemented in the future:

. Merge Sort

. Quick Sort

. Tim Sort

2. Sudoku Game using Backtracking:

alt text

. A Sudoku Game using Python

. The Validity of the Input by the user is checked using Backtracking Algorithm

. The GUI is implemented using Pygame

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages