This is a project built for beginners to learn how different algorithms work in a fun and visual way
- Sorting
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Scheduling
- FCFS Scheduling
- SJF Scheduling
- Priority Scheduling
- Round Robin Scheduling
- Graph Traversal
- DFS
- BFS
- Dijkstras
- Prims MST
- N Queens
- Searching
- Linear Search
- Binary Search
- Tree
Contains only BST operations
- Stack
Contains only Stack operations
- Queue
Contains only Queue operations
mkdir folder_name
git clone https://github.com/ashwin-athappan/algo-visualizer.git
yarn install
cd server
npx prisma migrate dev --name name_of_migration
cd ..
yarn start
- start client
yarn run server
- start server