# algorithms-visualiser **Repository Path**: fatmao/algorithms-visualiser ## Basic Information - **Project Name**: algorithms-visualiser - **Description**: Currently Implemented Path Finding (Dijkstras, BFS, A Star, BiDirectional) Sorting (Merge, Quick, Heap, Bubble, Insertion, Selection) Backtracking (NQueen Problem) Searching (Linear, Binary) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-17 - **Last Updated**: 2021-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Latest Added # Pathfinding Visualiser # 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](https://nodejs.org/en/) - 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](http://localhost:3000) to view it in the browser. - Enjoy the visualiser This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).