1.0.2 • Published 7 years ago

underscore.collections v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

underscore.collections

under development

  • add linkedlist
  • add doubledlinkedlist
  • add heap
  • add hashheap
  • add unionfind
  • add trie
  • add segment tree (2d version ???)
  • change deque
  • 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

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago