Skip to content

Bappy4u/algorithm-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithm-visualizer

Completed Algorithm

  • Sorting
    • Bubble Sort
    • Insertion Sort
  • Searching
    • Linear Search
    • Binary Search

image image

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/Bappy4u/algorithm-visualizer.git

Then open index.html in the browser. That's it

What I've used in this project

  • JavaScript
  • Async & Await function of javaScript
  • D3.js for data visualization
  • Algorithms
  • Html & CSS

Incomplete feature:

  • More Sorting algorithms visualizations
  • Linked list visualization
  • Tree visualization
  • And More...