Skip to content

Interactive visualization tool for algorithms and data structures, Compare different algorithms in different languages to better understand the underlying logic/flow.

License

Notifications You must be signed in to change notification settings

m8nt0/algorithm-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00a400e Β· Apr 7, 2025

History

3 Commits
Jan 27, 2025
Jan 27, 2025
Jan 27, 2025
Jan 27, 2025
Jan 27, 2025
Apr 7, 2025
Jan 27, 2025
Jan 27, 2025
Jan 27, 2025
Jan 27, 2025
Jan 27, 2025

Repository files navigation

Algorithm & Data Structure Visualizer 🎯

License: MIT TypeScript Svelte PRs Welcome

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.

✨ Features

  • 🎬 Real-time visualization of algorithms
  • πŸ“Š Multiple data structure visualizations
  • 🎯 Step-by-step execution
  • 🎨 Interactive playground
  • πŸ“± Responsive design
  • πŸŒ™ Dark mode support

Supported Algorithms

  • Sorting: Bubble Sort, Quick Sort, Merge Sort, Insertion Sort, Selection Sort
  • Searching: Linear Search, Binary Search
  • Graph: BFS, DFS
  • More coming soon!

Supported Data Structures

  • Arrays
  • Linked Lists
  • Stacks
  • Queues
  • Binary Trees
  • Graphs

πŸš€ Getting Started

# Clone the repository
git clone https://github.com/m8nt0/algorithm-visualizer.git

# Navigate to project directory
cd algorithm-visualizer

# Install dependencies
npm install

# Start development server
npm run dev

πŸ› οΈ Built With

🀝 Contributing

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.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ” Keywords

algorithm visualization, data structures, computer science, educational tool, learning platform, svelte, typescript, interactive learning, coding education, algorithm animation, programming tutorial, cs learning, algorithm playground

🌟 Star History

Star History Chart