An open API service indexing awesome lists of open source software.

https://github.com/iykekings/data-structures-deno

Popular data structures' implementation in JavaScript/Typescript
https://github.com/iykekings/data-structures-deno

data-structures deno javascript typescript

Last synced: about 1 month ago
JSON representation

Popular data structures' implementation in JavaScript/Typescript

Awesome Lists containing this project

README

          

![](https://github.com/iykekings/data-structures-deno/workflows/Test/badge.svg)

# data-structures-deno

Popular data structures implementation in JavaScript/Typescript

> To run : Install [Deno](https://deno.land)

```sh
deno test -A
```