Matches in DBpedia 2014 for { <http://dbpedia.org/resource/List_(abstract_data_type)> ?p ?o. }
Showing items 1 to 30 of
30
with 100 items per page.
- List_(abstract_data_type) abstract "In computer science, a list or sequence is an abstract data type that implements a finite ordered collection of values, where the same value may occur more than once. An instance of a list is a computer representation of the mathematical concept of a finite sequence; the (potentially) infinite analog of a list is a stream. Lists are a basic example of containers, as they contain other values. Each instance of a value in the list is usually called an item, entry, or element of the list; if the same value occurs multiple times, each occurrence is considered a distinct item. Lists are distinguished from arrays in that lists only allow sequential access, while arrays allow random access.The name list is also used for several concrete data structures that can be used to implement abstract lists, especially linked lists.The so-called static list structures allow only inspection and enumeration of the values. A mutable or dynamic list may allow items to be inserted, replaced, or deleted during the list's existence.Many programming languages provide support for list data types, and have special syntax and semantics for lists and list operations. A list can often be constructed by writing the items in sequence, separated by commas, semicolons, or spaces, within a pair of delimiters such as parentheses '', brackets '[]', braces '{}', or angle brackets '<>'. Some languages may allow list types to be indexed or sliced like array types, in which case the data type is more accurately described as an array. In object-oriented programming languages, lists are usually provided as instances of subclasses of a generic "list" class, and traversed via separate iterators. List data types are often implemented using array data structures or linked lists of some sort, but other data structures may be more appropriate for some applications. In some contexts, such as in Lisp programming, the term list may refer specifically to a linked list rather than an array.In type theory and functional programming, abstract lists are usually defined inductively by four operations: nil that yields the empty list, cons, which adds an item at the beginning of a list, head, that returns the first element of a list, and tail that returns a list minus its first element. Formally, Peano's natural numbers can be defined as abstract lists with elements of unit type.".
- List_(abstract_data_type) thumbnail Singly_linked_list.png?width=300.
- List_(abstract_data_type) wikiPageID "208382".
- List_(abstract_data_type) wikiPageRevisionID "596392377".
- List_(abstract_data_type) hasPhotoCollection List_(abstract_data_type).
- List_(abstract_data_type) subject Category:Abstract_data_types.
- List_(abstract_data_type) subject Category:Composite_data_types.
- List_(abstract_data_type) subject Category:Data_types.
- List_(abstract_data_type) comment "In computer science, a list or sequence is an abstract data type that implements a finite ordered collection of values, where the same value may occur more than once. An instance of a list is a computer representation of the mathematical concept of a finite sequence; the (potentially) infinite analog of a list is a stream. Lists are a basic example of containers, as they contain other values.".
- List_(abstract_data_type) label "Lijst (informatica)".
- List_(abstract_data_type) label "List (abstract data type)".
- List_(abstract_data_type) label "Lista (informatica)".
- List_(abstract_data_type) label "Lista".
- List_(abstract_data_type) label "Liste (informatique)".
- List_(abstract_data_type) label "Список (информатика)".
- List_(abstract_data_type) label "リスト (抽象データ型)".
- List_(abstract_data_type) label "串列 (抽象資料型別)".
- List_(abstract_data_type) sameAs Λίστα_(αφηρημένος_τύπος_δεδομένων).
- List_(abstract_data_type) sameAs Liste_(informatique).
- List_(abstract_data_type) sameAs Lista_(informatica).
- List_(abstract_data_type) sameAs リスト_(抽象データ型).
- List_(abstract_data_type) sameAs 리스트_(컴퓨팅).
- List_(abstract_data_type) sameAs Lijst_(informatica).
- List_(abstract_data_type) sameAs Lista.
- List_(abstract_data_type) sameAs m.01dlmc.
- List_(abstract_data_type) sameAs Q27948.
- List_(abstract_data_type) sameAs Q27948.
- List_(abstract_data_type) wasDerivedFrom List_(abstract_data_type)?oldid=596392377.
- List_(abstract_data_type) depiction Singly_linked_list.png.
- List_(abstract_data_type) isPrimaryTopicOf List_(abstract_data_type).