A minimal setup stack queue
A minimal setup stack queue
Javascript versions of classic software development algorithms
<in development> AdtUtilit is a Ruby gem that provides a set of useful data type classes such as Linked List, Queue, Stack, StackQueue, and Polytree. Many intuitive methods are available for each class. See documentations for the details.
OUTOFDATE: This gem has been renamed to "zadt", and can be found at "https://rubygems.org/gems/zadt". I suggest you switch to zadt, as it is the most updated version. All further notes are from a previous version: Includes the following Advanced Data Types: Stack, Queue, StackQueue, MinMaxStack, and MinMaxStackQueue.