From charlesreid1

(Created page with "See StacksQueues for combined stacks and queues topic - as it is mainly covered. See Queues for queue info specifically. My favorite data type is a deque - double-en...")
 
No edit summary
 
Line 3: Line 3:
See [[Queues]] for queue info specifically.
See [[Queues]] for queue info specifically.


My favorite data type is a deque - double-ended queue. See [[StacksQueues/Deque]] for deets.
My favorite data type is a deque - double-ended queue. See [[StacksQueues/Deque]] for deets on the DL.


Individual pages tagged with [[:Category:Stacks]] or [[:Category:Queues]] (exclusive or) will deal specifically with those types of data structures for algorithms, more complex data types, etc.
Individual pages tagged with [[:Category:Stacks]] or [[:Category:Queues]] (exclusive or) will deal specifically with those types of data structures for algorithms, more complex data types, etc.

Latest revision as of 05:45, 30 May 2017

See StacksQueues for combined stacks and queues topic - as it is mainly covered.

See Queues for queue info specifically.

My favorite data type is a deque - double-ended queue. See StacksQueues/Deque for deets on the DL.

Individual pages tagged with Category:Stacks or Category:Queues (exclusive or) will deal specifically with those types of data structures for algorithms, more complex data types, etc.