/data-structures

Standards data structures implemented in Typescript

Primary LanguageHTML

This repo is for study implementing the standards data structures in Typescript with TDD.


Code coverage

Alt text Alt text Alt text Alt text Alt text

Data Structures
  • Linked List
  • Doubly Linked List
  • Stack
  • Queue
  • [] Binary Search Tree
  • Hash Table
  • [] Graph
Other requirements
  • Object Oriented Programming
  • TDD
  • Clean Code
  • SOLID
  • CI/CD
Technologies
  • Typescript
  • Jest
  • Babel
  • Eslint
  • Prettier
How to run
# Install dependencies
$ yarn

# Run tests
$ yarn test

# Run coverage
$ yarn test --coverage