Skip to content

nithintejesh/algvisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algvisualizer

Interactive Algorithm Visualizer using HTML, CSS, JavaScript, and D3.js. Visualize sorting and searching algorithms with a responsive and user-friendly interface.

Algorithms implemented

Sorting

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

Searching

  • Linear Search
  • Binary Search

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/nithintejesh/algvisualizer.git

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

Technologies Used

  • Html & CSS
  • JavaScript
  • Algorithms
  • D3.js for data visualization

Future plans:

  • Implement Pause button functionality
  • Visualize Linkedlist, graphs
  • Refactor Code to Eliminate Redundancy Post Learning React
  • And More...

About

Interactive Algorithm Visualizer using HTML, CSS, JavaScript, and D3.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published