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
- Host: GitHub
- URL: https://github.com/iykekings/data-structures-deno
- Owner: iykekings
- Created: 2019-12-06T11:57:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T13:04:03.000Z (about 6 years ago)
- Last Synced: 2025-03-30T10:41:32.362Z (about 1 year ago)
- Topics: data-structures, deno, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# data-structures-deno
Popular data structures implementation in JavaScript/Typescript
> To run : Install [Deno](https://deno.land)
```sh
deno test -A
```