/data-structures

Repo to implement more complex algorithm and data structures

Primary LanguageTypeScript

data-structures

Repo to implement more complex algorithm and data structures

Data Structures:

How to run

This project is made using Deno project, please install it first.

If you have velociraptor installer, you can run by vr start, otherwise you can call our CLI directly:

# with velociraptor
vr start

# with vanila deno locally
deno run --allow-net --allow-read --unstable cli.ts

References