Scarica l'app
educalingo
linked list

Significato di "linked list" sul dizionario di inglese

DIZIONARIO

PRONUNCIA DI LINKED LIST IN INGLESE

linked list


CATEGORIA GRAMMATICALE DI LINKED LIST

sostantivo
aggettivo
verbo
avverbio
pronome
preposizione
congiunzione
determinante
esclamazione
Linked list è un sostantivo.
Il nome o sostantivo è il tipo di parole il cui significato determina la realtà. I sostantivi nominano tutte le cose: persone, oggetti, sensazioni, sentimenti, ecc.

CHE SIGNIFICA LINKED LIST IN INGLESE

Lista collegata

Nella scienza dell'informazione, un elenco collegato è una struttura di dati costituita da un gruppo di nodi che insieme rappresentano una sequenza. Sotto la forma più semplice, ogni nodo è composto da un dato e un riferimento al nodo successivo della sequenza; Varianti più complesse aggiungere ulteriori collegamenti. Questa struttura consente l'inserimento efficace o la rimozione di elementi da qualsiasi posizione nella sequenza. Un elenco collegato i cui nodi contengono due campi: un valore intero e un collegamento al nodo successivo. L'ultimo nodo è collegato a un terminatore utilizzato per indicare la fine dell'elenco. Gli elenchi collegati sono tra le strutture di dati più semplici e comuni. Possono essere utilizzati per implementare diversi altri tipi di dati astratti, inclusi elenchi, stack, code, array associativi e espressioni S, anche se non è raro implementare direttamente le altre strutture di dati senza utilizzare una lista come base di implementazione. Il vantaggio principale di un elenco collegato su un array convenzionale è che gli elementi di elenco possono essere facilmente inseriti o rimossi senza riallocazione o riorganizzazione dell'intera struttura poiché le voci di dati non devono essere memorizzate in modo contiguo in memoria o su disco.

definizione di linked list nel dizionario inglese

La definizione di elenco collegato nel dizionario è un elenco in cui ogni elemento contiene sia dati sia un puntatore a uno o entrambi gli elementi adiacenti, eliminando così la necessità di ordinare gli elementi di dati in memoria.

PAROLE IN INGLESE CHE COMINCIANO COME 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

PAROLE IN INGLESE CHE FINISCONO COME 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

Sinonimi e antonimi di linked list sul dizionario inglese di sinonimi

SINONIMI

PAROLE IN INGLESE ASSOCIATE CON «LINKED LIST»

linked list · reverse · linked · list · javascript · interview · questions · python · java · example · doubly · computer · science · data · structure · consisting · group · nodes · which · together · represent · sequence · basics · stanford · education · library · never · program · certain · lots · pointers · problems · nice · combination · algorithms · pointer · daring · fireball · recall · previous · post · have · three · wildly · disparate · time · scales · play · millions · billions · trillions · rounding · nearest · tutorial · cprogramming · learn · create · insert · remove · with · examples · linkedlist · platform · oracle · documentation · operations · perform · could · expected · that · index · into · will · traverse · beginning · linkedlists · dynamic · number · fixed · grow · shrink · demand · application · deal · chapter · green · press · takes · advantage · feature · made · where · contains · archives · geeksforgeeks · worst · case · search · sorted · balanced ·

Traduzione di linked list in 25 lingue

TRADUTTORE

TRADUZIONE DI LINKED LIST

Conosci la traduzione di linked list in 25 lingue con il nostro traduttore inglese multilingue.

Le traduzioni di linked list verso altre lingue presenti in questa sezione sono il risultato di una traduzione automatica statistica; dove l'unità essenziale della traduzione è la parola «linked list» in inglese.
zh

Traduttore italiano - cinese

链表
1 325 milioni di parlanti
es

Traduttore italiano - spagnolo

lista enlazada
570 milioni di parlanti
en

inglese

linked list
510 milioni di parlanti
hi

Traduttore italiano - hindi

लिंक सूची
380 milioni di parlanti
ar

Traduttore italiano - arabo

قائمة مرتبطة
280 milioni di parlanti
ru

Traduttore italiano - russo

связанный список
278 milioni di parlanti
pt

Traduttore italiano - portoghese

lista ligada
270 milioni di parlanti
bn

Traduttore italiano - bengalese

যোজিত তালিকা
260 milioni di parlanti
fr

Traduttore italiano - francese

liste chaînée
220 milioni di parlanti
ms

Traduttore italiano - malese

Senarai berkaitan
190 milioni di parlanti
de

Traduttore italiano - tedesco

verketteten Liste
180 milioni di parlanti
ja

Traduttore italiano - giapponese

リンクリスト
130 milioni di parlanti
ko

Traduttore italiano - coreano

연결리스트
85 milioni di parlanti
jv

Traduttore italiano - giavanese

Dhaptar disambung
85 milioni di parlanti
vi

Traduttore italiano - vietnamita

danh sách liên kết
80 milioni di parlanti
ta

Traduttore italiano - tamil

இணைக்கப்பட்ட பட்டியல்
75 milioni di parlanti
mr

Traduttore italiano - marathi

लिंक्ड लिस्ट
75 milioni di parlanti
tr

Traduttore italiano - turco

bağlantılı liste
70 milioni di parlanti
it

Traduttore italiano - italiano

lista collegata
65 milioni di parlanti
pl

Traduttore italiano - polacco

powiązana lista
50 milioni di parlanti
uk

Traduttore italiano - ucraino

зв´язаний список
40 milioni di parlanti
ro

Traduttore italiano - rumeno

lista de legat
30 milioni di parlanti
el

Traduttore italiano - greco

συνδεδεμένη λίστα
15 milioni di parlanti
af

Traduttore italiano - afrikaans

gekoppel lys
14 milioni di parlanti
sv

Traduttore italiano - svedese

länkad lista
10 milioni di parlanti
no

Traduttore italiano - norvegese

lenket liste
5 milioni di parlanti

Tendenze d'uso di linked list

TENDENZE

TENDENZE D'USO DEL TERMINE «LINKED LIST»

Principali tendenze di ricerca e usi comuni di linked list
Elenco delle principali ricerche fatte dagli utenti per accedere al nostro dizionario di inglese online ed espressioni più utilizzate con la parola «linked list».

Citazioni, bibliografia in inglese e attualità su linked list

ESEMPI

10 LIBRI IN INGLESE ASSOCIATI CON «LINKED LIST»

Scopri l'uso di linked list nella seguente selezione bibliografica. Libri associati con linked list e piccoli estratti per contestualizzare il loro uso nella letteratura.
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

10 NOTIZIE DOVE SI INCLUDE IL TERMINE «LINKED LIST»

Vedi di che si parla nei media nazionali e internazionali e come viene utilizzato il termine ino linked list nel contesto delle seguenti notizie.
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, lug 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, lug 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, lug 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, giu 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, giu 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, giu 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, giu 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, giu 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, giu 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, giu 15»
RIFERIMENTO
« EDUCALINGO. Linked list [in linea]. Disponibile <https://educalingo.com/it/dic-en/linked-list>. Giu 2026 ».
Scarica l'app educalingo
IT