About Dinosaurs
🦖 Troodon is a Library for Deno to Handle Algorithms
Project Structure
Troodon # Project Name
├── algorithms # List of Algorithm
| └── ...
├── examples # List of Example Algorithm Usage
│ └── ...
├── tests # List of Algorithm Test
│ └── ...
├── .gitignore
├── enums.ts # list of enum type
├── interfaces.ts # list of interface type
├── LICENSE
├── mod.ts # just import this file to use this library
├── README.md
└── trodoon.jpg # mascot : Powered by toppng.com and vectorstock.com
Features
- Technique for Order of Preference by Similarity to Ideal Solution / Topsis algorithm.
- Simple Additive Weighting / SAW algorithm.
- Prime Number / Prime algorithm.
- Leap Year algorithm.
- Weighted Product Model / WPM algorithm.
- Analytic Hierarchy Process / AHP algorithm.
Usage
All the following algorithms modules are exposed in mod.ts
Examples
Run Test
deno test
License
The Troodon project is open-sourced software licensed under the MIT license.