Releases: tobinatore/algovis
Releases · tobinatore/algovis
Full release
The first full release of AlgoVis.
Features the following 24 algorithms and 4 data structures
Sorting
Bogosort
Bubblesort
Cocktail shaker sort
Combsort
Counting sort
Gnomesort
Insertion sort
Quicksort
Radix sort
Selection sort
Graphs
Breadth-first search
Depth-first search
Kosaraju's algorithm
Kruskal's algorithm
Prim's algorithm
Tarjan's algorithm
Pathfinding
A* algorithm
Breadth-first search
Depth-first search
Dijkstra's algorithm
Maze generation
Recursive DFS
Growing tree algorithm
Binary tree algorithm
Sidewinder algorithm
Data structures
Doubly linked list
Hash table
Linked list
Stack