https://github.com/aromalanil/topological-sort
🎪 A Javascript Program to perform Topological Sort
https://github.com/aromalanil/topological-sort
javascript topological-sort
Last synced: about 2 months ago
JSON representation
🎪 A Javascript Program to perform Topological Sort
- Host: GitHub
- URL: https://github.com/aromalanil/topological-sort
- Owner: aromalanil
- Created: 2020-03-24T15:07:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T15:40:19.000Z (about 5 years ago)
- Last Synced: 2024-10-11T11:27:06.035Z (7 months ago)
- Topics: javascript, topological-sort
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Topological Sort Using Javascript
A Javascript Program to perform Topological Sort
## 🚧 Requirements
* Node.js
* Git## 🛠Common setup
Clone the repo and install the dependencies.
```bash
git clone https://github.com/aromalanil/Topological-Sort.git
cd Topological-Sort
``````bash
npm install
```## 💻 Run
To run the program in your computer.
```bash
npm run
```## Sample Output
![]()