Descarcă aplicația
educalingo
linked list

Înțelesul "linked list" în dicționarul Engleză

DICȚIONAR

PRONUNȚIA LINKED LIST ÎN ENGLEZĂ

linked list


CATEGORIA GRAMATICALĂ A LINKED LIST

substantiv
adjectiv
verb
adverb
pronume
prepoziție
conjuncție
determinant
exclamație

CE ÎNSEAMNĂ LINKED LIST ÎN ENGLEZĂ?

Lista conectată

În domeniul informaticii, o listă legată este o structură de date formată dintr-un grup de noduri care împreună reprezintă o secvență. Sub forma cea mai simplă, fiecare nod este compus dintr-o dată și o referință la următorul nod din secvență; variante mai complexe adaugă linkuri suplimentare. Această structură permite introducerea sau eliminarea eficientă a elementelor din orice poziție din secvență. O listă a cărei noduri conțin două câmpuri: o valoare întregă și o legătură la nodul următor. Ultimul nod este legat de un terminator folosit pentru a indica sfârșitul listei. Listele legate sunt printre cele mai simple și mai comune structuri de date. Ele pot fi folosite pentru a implementa mai multe tipuri de date abstracte comune, inclusiv liste, stive, cozi, asociative și expresii S, deși nu este neobișnuit să implementați direct celelalte structuri de date fără a folosi o listă ca bază de implementare. Principalul beneficiu al unei liste asociate pe o matrice convențională este că elementele listă pot fi ușor inserate sau eliminate fără realocare sau reorganizare a întregii structuri, deoarece elementele de date nu trebuie să fie stocate contiguu în memorie sau pe disc.

Definiția linked list în dicționarul Engleză

Definiția unei liste legate în dicționar este o listă în care fiecare element conține atât date, cât și un indicator pentru unul sau pentru ambele elemente învecinate, eliminând astfel necesitatea de a comanda în memorie elementele de date.

CUVINTE ÎN ENGLEZĂ CARE ÎNCEP CA LINKED LIST

linishing · link · link motion · link road · Link trainer · linkable · linkage · linkboy · linker · linking consonant · linking verb · linkman · linkmen · linkrot · links · linksland · linkster · linkup · linkwork · linky

CUVINTE ÎN ENGLEZĂ CARE SE SFÂRȘESC CA LINKED LIST

A list · A-list · bucket list · casualty list · check list · free list · guest list · honours list · long list · mailing list · price list · reading list · reserve list · shopping list · short list · stock list · waiting list · white list · wine list · wish list · word list

Sinonimele și antonimele linked list în dicționarul de sinonime Engleză

SINONIME

Traducerea «linked list» în 25 de limbi

TRADUCĂTOR

TRADUCEREA LINKED LIST

Găsește traducerea linked list în 25 de limbi cu traducătorul nostru multilingv înEngleză.

Traducerile linked list din Engleză în alte limbi prezentate în prezenta secțiune au fost obținute prin traducerea statistică automată; unde unitatea esențială a traducerii este cuvântul «linked list» în Engleză.
zh

Traducător din Engleză - Chineză

链表
1,325 milioane de vorbitori
es

Traducător din Engleză - Spaniolă

lista enlazada
570 milioane de vorbitori
en

Engleză

linked list
510 milioane de vorbitori
hi

Traducător din Engleză - Hindi

लिंक सूची
380 milioane de vorbitori
ar

Traducător din Engleză - Arabă

قائمة مرتبطة
280 milioane de vorbitori
ru

Traducător din Engleză - Rusă

связанный список
278 milioane de vorbitori
pt

Traducător din Engleză - Portugheză

lista ligada
270 milioane de vorbitori
bn

Traducător din Engleză - Bengali

যোজিত তালিকা
260 milioane de vorbitori
fr

Traducător din Engleză - Franceză

liste chaînée
220 milioane de vorbitori
ms

Traducător din Engleză - Malaeză

Senarai berkaitan
190 milioane de vorbitori
de

Traducător din Engleză - Germană

verketteten Liste
180 milioane de vorbitori
ja

Traducător din Engleză - Japoneză

リンクリスト
130 milioane de vorbitori
ko

Traducător din Engleză - Coreeană

연결리스트
85 milioane de vorbitori
jv

Traducător din Engleză - Javaneză

Dhaptar disambung
85 milioane de vorbitori
vi

Traducător din Engleză - Vietnameză

danh sách liên kết
80 milioane de vorbitori
ta

Traducător din Engleză - Tamilă

இணைக்கப்பட்ட பட்டியல்
75 milioane de vorbitori
mr

Traducător din Engleză - Marathi

लिंक्ड लिस्ट
75 milioane de vorbitori
tr

Traducător din Engleză - Turcă

bağlantılı liste
70 milioane de vorbitori
it

Traducător din Engleză - Italiană

lista collegata
65 milioane de vorbitori
pl

Traducător din Engleză - Poloneză

powiązana lista
50 milioane de vorbitori
uk

Traducător din Engleză - Ucraineană

зв´язаний список
40 milioane de vorbitori
ro

Traducător din Engleză - Română

lista de legat
30 milioane de vorbitori
el

Traducător din Engleză - Greacă

συνδεδεμένη λίστα
15 milioane de vorbitori
af

Traducător din Engleză - Afrikaans

gekoppel lys
14 milioane de vorbitori
sv

Traducător din Engleză - Suedeză

länkad lista
10 milioane de vorbitori
no

Traducător din Engleză - Norvegiană

lenket liste
5 milioane de vorbitori

Direcții de utilizare a linked list

DIRECȚII

TENDINȚE DE FOLOSIRE A TERMENULUI «LINKED LIST»

Tendințele principale de căutare și întrebuințările obișnuite ale linked list
Lista principalelor căutări efectuate de utilizatori pentru accesarea dicționarului nostru online înEngleză și cele mai întrebuințate expresii cu cuvântul «linked list».

Exemple de întrebuințări în literatura, citatele și știrile în Engleză despre linked list

EXEMPLE

CĂRȚI ÎN ENGLEZĂ ÎN LEGĂTURĂ CU «LINKED LIST»

Descoperă întrebuințarea linked list în următoarea selecție bibliografică. Cărți în legătură cu linked list și extrase din aceasta pentru a furniza contextul de întrebuințare al acestuia în literatura Engleză.
1
Introduction To Algorithms
21.2 Linked-list representation of disjoint sets A simple way to implement a disjoint-set data structure is to represent each set by a linked list. The first object in each linked list serves as its set's representative. Each object in the linked list ...
Thomas H Cormen, 2001
2
Pascal Plus Data Structures, Algorithms, and Advanced ...
The linked list that we implemented in Chapter 6 is characterized by a linear ( linelike) relationship between the elements: each element (except the first one) has a unique predecessor, and each element (except the last one) has a unique  ...
Nell B. Dale, Susan C. Lilly, 1995
3
C++ Plus Data Structures
Why, then, might we want to use a circular, rather than a linear, linked list? Circular lists are useful for applications that require access to both ends of the list. (The circular linked version of the queue in Chapter 5 is a good example of this ...
Nell Dale, 2011
4
A Laboratory Course in C++ Data Structures
A Laboratory Course in C++ Data Structures, Second Edition assumes that students are familiar with the following C++ constructs; built-in simple data types, stream I/O as provided in , stream I/O as provided in , control structures while, ...
Jim Robergé, James Roberge, Stefan Brandle, 2003
5
Data Structures And Files
Concept of data, Data types, Data objects, Structure, Abstract data type, (ADT) and study.
A.A.Puntambekar, 2008
6
Data Structures
Linked ListsConcepts of linked organization, singly linked list, Operations such as as Insertion, deletion, inversion, concatenation, Computation of length, traversal on linked list, Applications : Representation and manipulations of ...
A.A.Puntambekar N.A.Deshpande S.S.Sane, 2006
7
Guide to Fortran 2003 Programming
Linked lists have many uses in a wide variety of application areas; one example in science and engineering is the use of a linked list to represent a queue in a simulation program. Lists of values can be implemented in Fortran in more than one ...
Walter S. Brainerd, 2009
8
Object-Oriented Data Structures Using Java
Data Structures & Theory of Computation
Nell Dale, Daniel Joyce, Chip Weems, 2011
9
Through C to C++: A Complete Programming Course
Write a function to return the number of nodes in the linked list that was created in question 16. 18. Write a recursive function to display the contents of the linked list that was created in question 16. 19. Write a recursive function to search for a ...
Barry J. Holmes, 1997
10
Data Structures and Algorithms
the singly linked list. You can insert a new record to the list after any node (in the program we insert a new record after the first node but you can replace the first node by any other node), and delete any record in the doubly linked list (in the ...
‎2003

ȘTIRI NOI CARE INCLUD TERMENUL «LINKED LIST»

Află ce ziare naționale și internaționale au scris despre și cum este întrebuințat termenul linked list în contextul următoarelor știri.
1
How to use the compute shader with a per-pixel linked list.
How to use the compute shader with a per-pixel linked list. ... shader to load all fragments belongs to the current pixel, per-pixel linked list. «GameDev.net, Iul 15»
2
Every Programmer Should Understand This
A linked list is probably the most basic data structure in computer science and is the main building block that other data structures consist of. «Pulse, Iul 15»
3
Press Red : July 6th : Mario Gotze Linked With United Move
Still, the Star are respected enough to make the link one that we have to include in our players linked list. Having entertained the Metro at first, ... «Retro United, Iul 15»
4
Summer transfer window: Players linked in June
Finally then, and a new name to add to the 'linked list', with the Daily Express linking Lille starlet Adama Traore with three Premier League ... «Manchester City FC, Iun 15»
5
Boro transfer rumours: Week Five of the Boro summer linked list
It was getting busy on the links last week - including the return of a familiar face :: Will Boro make a signing in Week Five? Share; Share; Tweet ... «Gazette Live, Iun 15»
6
Hash Table Element Lookup
I have a hash function that generates an index to place the resource in and it gets added to the linked list in that index. To retreive a resource I ... «GameDev.net, Iun 15»
7
One thing we can learn from Circa: A broader way to think about …
The main branch for Spain, for example, was a Trello card with a linked list of every ongoing Circa story on Spain, a couple dozen of them in ... «Nieman Journalism Lab at Harvard, Iun 15»
8
Coding Interviews
The cumulation of this process is a complete migration from “show me something you've built” to “reverse a linked list”. As we try and find ... «Pulse, Iun 15»
9
Addressing Is The Secret Of Power8 CAPI
As a simple example, picture an otherwise simple linked list; each node of the list addresses – via an EA – the next node. Each one of those ... «The Platform, Iun 15»
10
PAS will not work with chauvinists, says Hadi
During the elections, an ulama-linked list of candidates, said to have been endorsed by Hadi, was distributed to delegates. The pro-Hadi group ... «The Malaysian Insider, Iun 15»
REFERINȚE
« EDUCALINGO. Linked list [online]. Disponibil <https://educalingo.com/ro/dic-en/linked-list>. Iun 2024 ».
Descarcă aplicația educalingo
RO