https://github.com/gaarutyunov/dsa
Data Structures and Algorithms
https://github.com/gaarutyunov/dsa
algorithms data-structures deno
Last synced: about 2 months ago
JSON representation
Data Structures and Algorithms
- Host: GitHub
- URL: https://github.com/gaarutyunov/dsa
- Owner: gaarutyunov
- Created: 2022-11-28T08:27:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T12:55:38.000Z (over 3 years ago)
- Last Synced: 2026-04-30T09:38:47.209Z (about 2 months ago)
- Topics: algorithms, data-structures, deno
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
[](https://codecov.io/gh/gaarutyunov/dsa)
Implementations of data structures and algorithms
with [TypeScript](https://www.typescriptlang.org/download)
and [Deno](https://deno.land/manual@v1.28.2/getting_started/installation).
## Usage
1. Lint:
```shell
make lint
```
2. Test
```shell
make test
```
3. Display coverage
```shell
make cov
```
4. All available commands
```shell
make help
```
## Sources
* [lectures notes](https://www.cs.bham.ac.uk/~jxb/DSA/dsa.pdf)