Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theashraf/dsa
Data Structures and Algorithms implemented in Typescript
https://github.com/theashraf/dsa
algorithms coding-challenges coding-interviews computer-science datastructures datastructures-algorithms datastructures-in-javascript typescript
Last synced: 6 days ago
JSON representation
Data Structures and Algorithms implemented in Typescript
- Host: GitHub
- URL: https://github.com/theashraf/dsa
- Owner: theashraf
- Created: 2019-05-08T13:58:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T16:02:50.000Z (11 months ago)
- Last Synced: 2024-11-01T11:34:39.239Z (13 days ago)
- Topics: algorithms, coding-challenges, coding-interviews, computer-science, datastructures, datastructures-algorithms, datastructures-in-javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Common data structures and algorithms implemented in Typescript
![](https://github.com/theashraf/dsa/workflows/Main%20workflow/badge.svg)
![Codecov](https://img.shields.io/codecov/c/github/theashraf/dsa?style=plastic)## Development
```sh
- npm install
- npm run compile
- npm run test
```