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

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

Awesome Lists containing this project

README

          

# Data Structures and Algorithms

[![codecov](https://codecov.io/gh/gaarutyunov/dsa/branch/main/graph/badge.svg?token=SSTV4U1GE4)](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)