Skip to content

typescript playground for data structures, algorithms & all things ts

Notifications You must be signed in to change notification settings

asifbinhossain/typescript-ds-algo-playground

Repository files navigation

About this repository

  • This repository serves as a playground for all things typescript & javascript
  • This is made primarily for learning & practicing purposes, to write better code and to understand data structures, algorithms, js/ts better through TDD(Test Driven Development)
  • This repository almost always will be a work in progress, as I will keep adding new things to it
  • Feel free to fork this repository and use it for your own learning purposes

Tools used

  • Typescript
  • Node.js
  • Jest
  • ESLint
  • Prettier

How to run the tests

  • npm run test - to run all the tests

Collections

Primitives

  • String
  • Map

Data Structures

  • Binary Search Tree
  • Linked List

Algorithms

Typescript

  • Argument Types
  • Decorators

About

typescript playground for data structures, algorithms & all things ts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published