Skip to content

Split data structures into their own modules #52

@Tyriar

Description

@Tyriar

Modular ftw. Need to think about how best to share test/base classes.

  • Binary heap
    • Migrate code to new repo https://github.com/Tyriar/js-binary-heap
    • Move issues over to new repository
    • Remove code from js-data-structures and point to the new repo
    • Update references on Growing with the Web
  • Binomial heap
  • Fibonacci heap
  • BST
    • Migrate code to new repo
    • Move issues over to new repository
    • Remove code from js-data-structures and point to the new repo
    • Update references on Growing with the Web
  • RBT
    • Migrate code to new repo
    • Move issues over to new repository
    • Remove code from js-data-structures and point to the new repo
    • Update references on Growing with the Web
  • Splay tree
    • Migrate code to new repo https://github.com/Tyriar/js-splay-tree
    • Move issues over to new repository
    • Remove code from js-data-structures and point to the new repo
    • Update references on Growing with the Web
  • Update readme with information of changes
  • Remove code climate
  • Add coveralls?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions