Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.81 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.81 KB

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

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
  • TypeScript
  • Jest

(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

(back to top)