Skip to content

ancene/troodon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Troodon

tag License: MIT tag Total alerts Language grade: JavaScript

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
β”‚ └── ...
β”œβ”€β”€ _.png           # mascot : Powered by toppng.com and vectorstock.com
β”œβ”€β”€ .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
└── utils.ts        # list of function helper

Features

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.