/AlgoLizer

Your Friendly Algorithm Visualizer 📊

Primary LanguageJavaScriptMIT LicenseMIT

AlgoLizer

Your Friendly Algorithm Visualizer 📊

This project is developed with to help people to view algorithmic processes intuitively and entertainingly.

Algorithms Included

  • Pathfinding

    • BFS
    • Dijkstra
    • A* Search
    • DFS
  • Sorting

    • Bubble Sort
    • Insertion Sort
    • Selection Sort
    • Merge Sort
    • Quick Sort

Steps to Install locally

  1. Open the Terminal on your PC.
  2. Clone the repository git clone https://github.com/codedr0id/AlgoLizer.git
  3. Go inside the project directory.
  4. Install the dependencies using npm install
  5. Start the application with npm start
The project automatically starts on localhost:3000 !!

Made with ❤️ by Team efenem