https://github.com/amanvarshney01/typed-dsa
Complete DSA with Typescript
https://github.com/amanvarshney01/typed-dsa
dsa typescript
Last synced: about 1 month ago
JSON representation
Complete DSA with Typescript
- Host: GitHub
- URL: https://github.com/amanvarshney01/typed-dsa
- Owner: AmanVarshney01
- Created: 2024-11-14T15:56:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T21:55:20.000Z (3 months ago)
- Last Synced: 2025-02-12T22:33:48.206Z (3 months ago)
- Topics: dsa, typescript
- Language: TypeScript
- Homepage: https://typed-dsa.vercel.app
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typed DSA
**NOTE**: This project aims to be a comprehensive collection of data structures and algorithms implemented in TypeScript. The documentation is currently under active development.
## Development
```bash
bun i
bun run dev
```Open http://localhost:3000 with your browser to see the result.