Skip to content

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

License

Notifications You must be signed in to change notification settings

zhy0216/underscore.collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published