Skip to content

AlgoViz is web based algorithms visualisation for simple sorting algorithms.

License

Notifications You must be signed in to change notification settings

MassiGy/AlgoViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoViz.

AlgoViz is web based algorithms visualisation for simple sorting algorithms.

Contributors.

  • Massiles Ghernaout | @MassiGy
  • Jugurtah Ourzik | @JugurtaO

Website State

Netlify Status

File structure.

    .
    ├── doc
    ├── LICENSE
    ├── README.md
    └── src
        ├── algorithms
        │   ├── bubble_sort.js
        │   ├── insertion_sort.js
        │   └── selection_sort.js
        ├── helpers
        │   └── sleep.js
        └── views
            ├── index.html
            ├── script.js
            ├── search.js
            └── style.css

    5 directories, 10 files

Contributions.

    # to get the repo localy
    git clone <repo_url>
    cd <repo_name>

    # fork the repo to your github profil


    # to sync with origin
    git remote add upstream <main_repo_url>
    git remote add origin <your_forked_repo_url>
    
    # to setup your locat dev branch
    git branch your_local_branch
    git checkout your_local_branch

    # to add your changes
    git add *
    git commit -m "+your_local_branch: your commit here"

    # push to your forked repo
    git push origin your_local_branch

    # then fire up a pull request.

About

AlgoViz is web based algorithms visualisation for simple sorting algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published