- Notifications
You must be signed in to change notification settings - Fork1
Interactive visualization tool for algorithms and data structures, Compare different algorithms in different languages to better understand the underlying logic/flow.
License
m8nt0/algorithm-visualizer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An interactive web application for visualizing algorithms and data structures in real-time. Built with Svelte and TypeScript, this project aims to make learning computer science concepts more intuitive and engaging.
- 🎬 Real-time visualization of algorithms
- 📊 Multiple data structure visualizations
- 🎯 Step-by-step execution
- 🎨 Interactive playground
- 📱 Responsive design
- 🌙 Dark mode support
- Sorting: Bubble Sort, Quick Sort, Merge Sort, Insertion Sort, Selection Sort
- Searching: Linear Search, Binary Search
- Graph: BFS, DFS
- More coming soon!
- Arrays
- Linked Lists
- Stacks
- Queues
- Binary Trees
- Graphs
# Clone the repositorygit clone https://github.com/m8nt0/algorithm-visualizer.git# Navigate to project directorycd algorithm-visualizer# Install dependenciesnpm install# Start development servernpm run dev
- Svelte - Frontend framework
- TypeScript - Type safety
- Monaco Editor - Code editor
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see theLICENSE file for details.
algorithm visualization, data structures, computer science, educational tool, learning platform, svelte, typescript, interactive learning, coding education, algorithm animation, programming tutorial, cs learning, algorithm playground
About
Interactive visualization tool for algorithms and data structures, Compare different algorithms in different languages to better understand the underlying logic/flow.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.