Skip to content

Full release

Latest
Compare
Choose a tag to compare
@tobinatore tobinatore released this 27 Sep 11:08
· 21 commits to master since this 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