/data-structures-and-algorithms

Collection of data structures and algorithms created with Typescript

Primary LanguageTypeScript

Data Structures and Algorithms


Here are my implementations of the data structures and algorithms that I'm studying in Loiane Groner's book:

Learning JavaScript Data Structures and Algorithms

The purpose of this is to improve my logic and to practice the technologies that I'm using on it.

🚧 This repo is still in progress... 🚧

How to run

Clone this repository, run npm install and then npm test to run all the algorithms implementations in test files.

Technologies

TypeScript NodeJS Jest