mnorrish / data-structures-and-algorithms

Data structures and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data structures and algorithms

Inspired by no-stack-dub-sack/cs-playground-react

As a mostly self-taught programmer, I too sometimes feel imposter symdrome in comparison to those who had a more formal education in computer science.

Here is my collection of data structures and algorithms.

All are written in TypeScript as it's my favourite working language but in the future I may add implementations in other languages too.

To install

npm i

To test

npm test

About

Data structures and algorithms

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%