Skip to content

Open-source website with the objective of demonstrating algorithms in action.

License

Notifications You must be signed in to change notification settings

omar-chaar/algo-visu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

Table of Contents

Introduction

Algorithm Visualizer is a tool that allows you to visualize the execution of an algorithm in a browser.

Current Supported Sorting Algorithms:

  • Bubble Sorting
  • Selection Sorting
  • Insert Sorting
  • Shell Sorting
  • Merge Sorting

Usage

  • Access the website here

License

This project is licensed under the GNU license.

Contributing

  • Fork the repository.
  • Add your changes to it and commit.
  • Send a pull request and a contributor will see as soon as possible.

Credits

📌 The Algorithm Visualizer is made by Omar Chaar and Gabriel Nunes