Skip to content

Releases: shadowcodex/data-theory

Version 2.0.0

15 Mar 00:45
Compare
Choose a tag to compare

Released new stack and queue types.

LinkedStack, UArrayStack, BArrayStack, LinkedQueue, UArrayQueue, BFltArrayQueue, BFixArrayQueue.

Updated to a new benchmarking structure.

Prepped for linked list scaffold.

Version 1.0.0

10 Feb 22:52
e5a3eff
Compare
Choose a tag to compare

Redid the pop/top of current stacks.

  • Normal JS implementation I see around the internet is the UArrayStack of stacks. It's simple and people don't think much about it.
  • I built a bounded version which doesn't deal with growing items
  • LinkedStack is a stack built ontop of a linked list.

Version 0.0.1

10 Feb 06:49
75a072e
Compare
Choose a tag to compare
  • Stack
  • Array Stack
  • Queue
  • Array Queue
  • Published to NPM