Skip to content

Currently Implemented Sorting (Merge, Quick, Heap, Bubble, Insertion, Selection) Backtracking (NQueen Problem) Searching (Linear, Binary)

Notifications You must be signed in to change notification settings

awkward-minion/algorithms-visualiser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Added

Sorting Algorithms Visualiser

N Queens Problem Visualiser

Linear Search Visualiser

Binary Search Visualiser

How to run this project ?

  • You should have NodeJS insalled in your localhost machine Download NodeJS
  • Open Terminal
  • Navigate to Project Directory
  • Enter the following command npm install this will install all required dependencies
  • After the previous command is executed, Enter the following command npm start
  • Wait for it to compile
  • Open http://localhost:3000 to view it in the browser.
  • Enjoy the visualiser

This project was bootstrapped with Create React App.

About

Currently Implemented Sorting (Merge, Quick, Heap, Bubble, Insertion, Selection) Backtracking (NQueen Problem) Searching (Linear, Binary)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • CSS 9.0%
  • HTML 2.8%