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: 9 months 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 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T16:02:50.000Z (about 2 years ago)
- Last Synced: 2025-03-29T00:33:52.830Z (10 months 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: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Common data structures and algorithms implemented in Typescript


## Development
```sh
- npm install
- npm run compile
- npm run test
```