You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dev fix linked hash remove head (#41)
* Embed node as value
* Fix removeElemFromBucket for first elem
* Fix hash_table hashRedistribute for linked nodes
Dev compare and equal constraint types (#36)
* add constrained type constructor for Graph
* add constrained type constructor for Queue
* add constrained type constructor for Deque
* add constrained type constructor for List
* add constrained type constructor for Map
* add constrained type constructor for tree based Map and Set
* add constrained type constructor for Stack
* add doc to constraint interfaces
* inline newRbTreeOfComp
* make Map constructors dry
Dev circular array fine control (#35)
* add AutoSizingFlag const
* add autoSizingFlag to circularArray
* impl panic for insufficient cap without autoExpanding
* impl skip shrink when autoShrink is diabled
* add API for resizing props
* add constrained type constructor for LinkedHashSet
Dev linked hash table head api (#33)
* add LinkedSet interface and impl methods for linkedHashTable
* add Set.Replace in addition to Add
* add interface LinkedMap with methods impl