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
- Host: GitHub
- URL: https://github.com/lubien/ufpa-algorithms-analysis-2017
- Owner: lubien
- License: mit
- Created: 2018-01-11T14:08:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T13:18:03.000Z (over 3 years ago)
- Last Synced: 2025-03-28T07:11:23.875Z (over 1 year ago)
- Topics: assignment, college, mit-license, teacher-on-github
- Language: JavaScript
- Homepage: http://lubien.me/ufpa-algorithms-analysis-2017/
- Size: 2.7 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorting Algorithms

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.