underscore.collections

1.0.2 • Public • Published

underscore.collections

under development

  • [x] add linkedlist
  • [x] add doubledlinkedlist
  • [ ] add heap
  • [ ] add hashheap
  • [ ] add unionfind
  • [ ] add trie
  • [ ] add segment tree (2d version ???)
  • [x] change deque
  • [x] change set
  • [ ] change counter
  • [ ] change ordereddict
  • [ ] try b-tree?
  • [ ] complete testcases

A underscore extension which provides some useful data structure, inspred by python collection

click here to see a flatdoc.

click here to see .md source code.

For test

  • npm install mocha
  • npm install underscore

Then, at the project root, run mocha, all test cases should be passed

Readme

Keywords

Package Sidebar

Install

npm i underscore.collections

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • zhy0216