https://github.com/kamzzi/dsa-typescript
Data Structures and Algorithms using Typescript and Vitest
https://github.com/kamzzi/dsa-typescript
algorithms data-structures typescript vite vitest
Last synced: about 1 year ago
JSON representation
Data Structures and Algorithms using Typescript and Vitest
- Host: GitHub
- URL: https://github.com/kamzzi/dsa-typescript
- Owner: kamzzi
- Created: 2024-03-25T14:53:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T19:42:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T11:47:06.554Z (about 1 year ago)
- Topics: algorithms, data-structures, typescript, vite, vitest
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Data Structures and Algorithms
Your guide to the DSA world!
Table of Contents
## About The Project

A repository containing topics about Data Structures and Algorithms. Each structure and algorithm is described in a theoretical way with explanations as well as in a practical way. In addition, each structure is subject to testing.
### Built With
- 
- 
- 
## Getting Started
To start using the project, follow these steps:
- Clone the repository `git clone https://github.com/kamzzi/DSA-Typescript.git YOUR_FOLDER`
- Install the necessary packages `npm install`
- Run the live version `npm run dev`
- Optionally run the provided tests `npm run test`
## Contact
DSA-Typescript: [https://github.com/kamzzi/DSA-Typescript](https://github.com/kamzzi/DSA-Typescript)