Table of Contents
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.
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
DSA-Typescript: https://github.com/kamzzi/DSA-Typescript