mhmdjaw / algo-in-motion

algorithm visualizer

Home Page:https://mhmdjaw.github.io/algo-in-motion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algo in Motion

Algo in Motion is an algorithm visualizer for some of the most popular algorithms out there.

Link: http://mhmdjaw.github.io/algo-in-motion/

Algorithms

Quick Sort: sorting algorithm

Merge Sort: sorting algorithm

Breadth First Search: graph traversal algorithm

Depth First Search: graph traversal algorithm

Traveling Salesman Backtracking: backtracking algorithm that finds the shortest possible route to visit each city once

Randomized Breadth First Search: maze generation algorithm

A* Pathfinding: pathfinding algorithm

Bonus Visualizer

Times Tables: math concept based visualization

Enjoy watching these fascinating algorithms work in action!

License

This project is licensed under the MIT license.

About

algorithm visualizer

https://mhmdjaw.github.io/algo-in-motion

License:MIT License


Languages

Language:TypeScript 95.2%Language:HTML 4.1%Language:JavaScript 0.5%Language:CSS 0.3%