Skip to content

shehab0717/algorithms-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms-simulator

Algorithms simulator is a tool that visually simulates "How algorithms work" it contains different algorithms for now it only contains

  • Sorting Algorithms
    1. Bubble sort
    2. Selection sort
    3. Insertion sort
    4. Merge sort
    5. Quick sort
  • Shortest Path Algorithms
    1. BFS
    2. Dijkstra

Visit website

Screenshots

Sorting Algorithms Shortest path Algorithms

ToDo

Currently I am working on some other algorithms and data structures to add

Alogrithms

  • Bellman-ford
  • Floyd warshall

Data structures

  • Binary tree
  • Trie
  • Suffix tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published