Profile picture. Aakash Kc / Portfolio

algorithms

GitHub Deployment
An algorithm visualiser.
Started Updated

An interactive web app client that visualises common sorting and pathfinding algorithms.

Includes the following sorting algorithms:

Includes the following pathfinding algorithms:

Dijkstra’s shortest path algorithm: A visualisation of Dijkstra's shortest path.

A* search algorithm: A visualisation of A* search.

Bubble sort algorithm: A visualisation of bubble sort.

Insertion sort algorithm: A visualisation of insertion sort.

Merge sort algorithm: A visualisation of merge sort.

Quick sort algorithm: A visualisation of quick sort.