An open API service indexing awesome lists of open source software.

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

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