Translation of "linked list" into Greek
συνδεδεμένη λίστα is the translation of "linked list" into Greek.
linked list
noun
grammar
(computing) A simple linear data structure, each of whose nodes includes pointers to the previous and subsequent nodes in the list, enabling traversal of the structure from any starting point. [..]
-
συνδεδεμένη λίστα
A data structure consisting of nodes or elements connected by pointers. A singly linked list has one pointer in each node, pointing to the next node in the list; a doubly linked list has two pointers in each node, pointing to the next and previous nodes. In a circular list, the first and last nodes of the list are linked together.
-
Show algorithmically generated translations
Automatic translations of "linked list" into Greek
-
Glosbe Translate
-
Google Translate
Phrases similar to "linked list" with translations into Greek
-
Κυκλικά συζευγμένος κατάλογος
-
Κυκλικά συζευγμένος κατάλογος
Add example
Add