Troodon

tag License: MIT tag

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.