What is the translation of " LINKED LIST " in Bulgarian?

[liŋkt list]
[liŋkt list]
свързаният списък
linked list

Examples of using Linked list in English and their translations into Bulgarian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
This is a linked list.
По този начин се образува свързан списък.
Linked List(Dynamic Implementation).
Свързан списък(динамична реализация).
There are two fields in an element of linked list.
Има два полета в елемент от свързан списък.
Can't we use a linked list or a dynamic array?
Не можем ли да използваме свързан списък или ArrayList?
Parenthesized S-expressions represent linked list structures.
Скоби S-изрази представляват свързан списък структури.
Can't we use a linked list or a dynamic array?
Не можем ли да използваме например свързан списък или динамичен масив?
In this case, the binary tree degenerates into a linked list.
В този случай двоичното дърво се е изродило в свързан списък.
The major difference between Array and Linked list regards to their structure.
Основната разлика между масив и свързан списък се отнася до тяхната структура.
The following snippet illustrates the creation of a linked list.
Следният фрагмент илюстрира създаването на свързан списък.
We remind that the linked list can quickly add and remove elements from its both ends.
Припомняме, че свързаният списък може да добавя и изтрива бързо елементи в двата си края.
It is unbalanced and,in the worst case, performance degrades to that of a linked list.
То е небалансирано дърво ив най-лошият случай работи с ефективноста на свързан списък.
Linked list is a particular list of some data elements linked to one other.
Свързаният списък е конкретен списък на някои елементи от данни, свързани с друг.
Implement numbers sorting in a dynamic linked list without using an additional array or other data structure.
Реализирайте сортиране на числа в динамичен свързан списък, без да използвате допълнителен масив.
In a linked list though, you have to start from the head and work your way through until you get to the fourth element.
В свързан списък обаче, трябва да започнете от главата и да продължите пътя си, докато стигнете до четвъртия елемент.
While accessing an element array is fast while Linked list takes linear time so, it is quite bit slower.
Докато достъпът до масив от елементи е бърз, докато свързаният списък отнема линейно време, той е доста по-бавен.
Searching in a linked list is a slow operation because we have to traverse through all of its elements.
Търсенето в свързан списък е бавна операция, защото е свързано с обхождане на всички негови елементи.
Here we could indicate the type of the elements we are going to work with, as the queue and the linked list are generic types.
Тук отново можем да укажем типа на елементите, с които ще работим, тъй като опашката и свързаният списък са шаблонни типове.
It can be an array, linked list, dynamic array(List) or set, imple mented as SortedSet or HashSet.
Тя може да е масив, свързан списък, динамичен масив(List) или множество, реализи рано като SortedSet или HashSet.
In an array, memory is assigned during compile time while in a Linked list it is allocated during execution or runtime.
В масив, паметта се задава по време на компилация, докато в свързан списък се разпределя по време на изпълнение или по време на изпълнение.
But, in a linked list, you have to start from the head and iterate until you get to the fourth element.
В свързан списък обаче, трябва да започнете от главата и да продължите пътя си, докато стигнете до четвъртия елемент.
If there are never more than a few tasks on the ready list,then a doubly linked list of ready tasks is likely optimal.
Ако никога няма повече от няколко задачи в списъка за готовност,тогава двойно свързан списък за готовност често е оптимален.
On the other hand, Linked list relies on references where each node consists of the data and the references to the previous and next element.
От друга страна, свързаният списък разчита на референции, където всеки възел се състои от данни и препратки към предишния и следващия елемент.
Additionally all of the processes in the system are held in a doubly linked list whose root is the init processes task_struct data structure.
Допълнително всички процеси в системата се държат в двойно свързан списък, чийто корен е task_struct структурата от данни на init процесите.
While a linked list is a data structure which contains a sequence of the elements where each element is linked to its next element.
Докато свързан списък е структура от данни, която съдържа последователност от елементи, където всеки елемент е свързан със следващия елемент.
This saves us 5 unnecessary comparisons with each of the left sub-tree elements, butif we were using a linked list, we would have to make these 5 comparisons.
Това ни спестява 5 излишни сравнения с всеки един отелементите от лявото поддърво, които, ако използваме свързан списък, например, ще трябва да извършим.
In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes.
В компютърните науки двойно свързаният списък е свързана структура от данни, състояща се от множество последователно свързани елементи.
For this reason, the car and cdr functions are also called first and rest when referring to conses which are part of a linked list(rather than, say, a tree).
Поради тази причина, carи cdrфункции се наричат също firstи restкогато се отнася до conses които са част от свързан списък(по-скоро, отколкото, да речем, едно дърво).
A single linked list, a doubly linked list, a multilinked list,and a circular linked list.
Видове свързани списъци са единично свързан списък, двойно свързан списък, кръгов свързан списък,кръгов двойно свързан списък.
The different types of linked list include singly linked list, doubly linked list and circular linked list.
Видове свързани списъци са единично свързан списък, двойно свързан списък, кръгов свързан списък, кръгов двойно свързан списък.
A linked list may be singly linked list, doubly linked list, circular linked list ordoubly circular linked list.
Видове свързани списъци са единично свързан списък, двойно свързан списък, кръгов свързан списък,кръгов двойно свързан списък.
Results: 57, Time: 0.0372

Word-for-word translation

Top dictionary queries

English - Bulgarian