About: Deque   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

A deque (double-ended queue) is a generic data stucture which can be modified from either end, in contrast to both queues and stacks. A deque implementation may be extended to act as either of these other data structures by restricting certain operations. For example, a deque becomes a stack if it refuses to modify its beginning (shift and unshift). Common operations are: * unshift - adds an item to the beginning. * shift - removes an item from the beginning. * push - adds an item to the end. * pop - removes an item from the end. Less common operations are:

AttributesValues
rdfs:label
  • Deque
rdfs:comment
  • A deque (double-ended queue) is a generic data stucture which can be modified from either end, in contrast to both queues and stacks. A deque implementation may be extended to act as either of these other data structures by restricting certain operations. For example, a deque becomes a stack if it refuses to modify its beginning (shift and unshift). Common operations are: * unshift - adds an item to the beginning. * shift - removes an item from the beginning. * push - adds an item to the end. * pop - removes an item from the end. Less common operations are:
dcterms:subject
abstract
  • A deque (double-ended queue) is a generic data stucture which can be modified from either end, in contrast to both queues and stacks. A deque implementation may be extended to act as either of these other data structures by restricting certain operations. For example, a deque becomes a stack if it refuses to modify its beginning (shift and unshift). Common operations are: * unshift - adds an item to the beginning. * shift - removes an item from the beginning. * push - adds an item to the end. * pop - removes an item from the end. Less common operations are: * count - number of items. Rather easy to add in an implementation. * peek - retrieves the next item in the queue without removing it.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software