Skip to main content

Troodon

tag License: MIT About Dinosaurs

πŸ¦– Troodon is a lightweight Deno Library to Handle Algorithms

Project Structure

Troodon             # Project Name
β”œβ”€β”€ algorithms      # List of Algorithm
| └── ...
β”œβ”€β”€ examples        # List of Example Algorithm Usage
β”‚ └── ...
β”œβ”€β”€ tests           # List of Algorithm Test
β”‚ └── ...
β”œβ”€β”€ .gitignore
β”œβ”€β”€ LICENSE
β”œβ”€β”€ mod.ts          # just import this file to use this library
β”œβ”€β”€ README.md
└── trodoon.jpg     # mascot : Powered by toppng.com and vectorstock.com

Features

Run Example

# topsis
deno run ./examples/topsis_example.ts

# saw
deno run ./examples/saw_example.ts

Run Test

deno test

License

The Troodon project is open-sourced software licensed under the MIT license.