0.5.7 • Published 5 years ago

ts-structures v0.5.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

TypeScript Datastructures

Build Status Codacy codecov NPM version NPM downloads

Implementation of common data structures, TypeScript pendant of my go-datastructures repo. (As a huge Go enthusiast, I must admit that working with a language that support Generics is quite a relief for this kind of work)

About

The package provides ready-to-use and functionnal data structures. It includes linked lists, queues, stack, binary heaps and I intent to implement a lot more.

This project is also a pretext for the student developer I am to learn and practice many aspects of the development process:

  • :dna:  Understanding data structures
  • :vertical_traffic_light:  Keeping clean code and good coding practices
  • :white_check_mark:  Making relevant tests with high coverage rate
  • :arrows_counterclockwise:  Using Continuous Integration tools
  • :blue_book:  Maintaining a fully documented codebase

Feedback of any kind is always appreciated!

Usage

npm i ts-structures
const { BinarySearchTree } = require('ts-structures')

const tree = new BinarySearchTree()
// ...

Documentation

:point_right: TypeDoc

Implemented

Todo

  • Graph implementation
    • Refacto in progress
    • MatrixGraph
  • More data structures
0.5.7

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.0

5 years ago

0.5.1

5 years ago

0.4.1

5 years ago

0.3.0

5 years ago

0.4.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago