alissonsv / data-structures-and-algorithms

Collection of data structures and algorithms created with Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collection of data structures and algorithms created with Typescript


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%