An application written on React used for visualization of common search algorithms (DFS, BFS..)
You can access demo here - https://nsanaia.github.io/search-visualizer/
Clone the repo and go the project directory:
git clone https://github.com/nsanaia/search-visualizer.git
cd search-visualizer
yarn install
yarn start
Open http://localhost:3000 to view it in the browser.
yarn build
Builds the app to the build
folder.