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

https://github.com/lubien/ufpa-algorithms-analysis-2017

Code from my Algorithms Analysis class at UFPA with @filipesaraiva
https://github.com/lubien/ufpa-algorithms-analysis-2017

assignment college mit-license teacher-on-github

Last synced: about 1 year ago
JSON representation

Code from my Algorithms Analysis class at UFPA with @filipesaraiva

Awesome Lists containing this project

README

          

# Sorting Algorithms

![](https://i.imgur.com/S14iDxb.png)

Code from my Algorithms Analysis class at UFPA with @filipesaraiva

## Project Setup

```sh
npm install
```

## Running benchmarks

There are input files in the `input` folder.

```sh
node bench.js --algorithm ALGO_NAME --file INPUT_FILE
node bench.js -a ALGO_NAME -f INPUT_FILE

node bench-all.js
```

## License
This project is under the MIT license.