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

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

Awesome Lists containing this project

README

          


Data Structures and Algorithms


Your guide to the DSA world!



Table of Contents



  1. About The Project



  2. Getting Started


  3. Contact

## About The Project

![Data Structures and Algorithms](./public/dsa.png)

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.

(back to top)

### Built With

- ![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
- ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
- ![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white)

(back to top)

## 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`

(back to top)

## Contact

DSA-Typescript: [https://github.com/kamzzi/DSA-Typescript](https://github.com/kamzzi/DSA-Typescript)

(back to top)