This blog is not optimized for phones yet, please use desktop or wider screen.
← Go back

Tap and learn!

Visualisations or visual implementations of algorithms, to learn.

Stack data structure

A data structure, to store and remove data in LIFO(Last in first out) format.

Visualize stack
Linear search

Simple search algorithm to find your key element from the list.

Visualize this search
Bubble sort

An easy sorting algorithm.

Visualize bubble sort
Odd even sort

A sorting algorithm, which can be executed in parallel.

Visualize odd even
A* Pathfinding

A pathfinding algorithm working with heuristic to find path faster.

Visualize A* search
Neuroevolution

Genetic algorithm applied to evolve Neural network.

Visualize this evolution