Home Reference Source

Data Structures and Algorithms implemented in Typescript.

This repository is a demonstration of my work where i have solved atleast 1-2 problems a day. This repository will help anyone to challenge yourself and do a DS-A problem a day.

All the solutions are in typescript which you can transpile to es2015 version also.

Install

  1. npm install
  2. npm run build

Stacks

Queues

The problems are taken from GeeksForGeeks. It contains solutions to most of the problems in C++/Java and would recommend as the go to site for learning data structures and algorithms.