What is the translation of " A LINKED LIST " in Chinese?

[ə liŋkt list]
[ə liŋkt list]
一个链表
链接列表
一个链表list

Examples of using A linked list in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
A Linked List.
为链表.
This structure is called a linked list.
该结构称为邻接列表
A linked list consists of several separately allocated nodes.
链表由几个分开分配的节点组成。
Write a program to reverse a linked list.
写一个算法,反转一个链表list
But, in a linked list, you have to start from the head and iterate until you get to the fourth element.
但是,在链接列表中,您必须从头开始并一直工作,直到达到第四个元素。
O(n): retrieving an element from a linked list.
O(n):从一个链表中提取一个元素。
A linked list is the most commonly used data structure and the base of other complicated data structures.
线性表是最简单的、最常用的一种数据结构,是实现其他数据结构的基础。
Add the two numbers and return it as a linked list.
将两个数字相加并将其以linkedlist的形式返回。
In Figure 1.5, we built a linked list using hash pointers.
区块链在图1.5中,我们使用哈希指针构建了一个链表
In OWIN, the middlewares are actually more like a linked list.
在OWIN中,中间件实际上更像是一个链表
The blockchain is essentially a linked list that looks like this.
区块链基本上是一个链表,看起来像这样:.
For example,suppose Realm was holding objects with the following IDs in a linked list.
比如,假设Realm通过以下链表中的IDs存储对象:.
If I need a queue or a linked list, I use the implementation that's native to the language I'm using.
如果我需要一个队列或一个链表,那么我将使用所使用语言的本地实现。
In one sense, it is a logical extension to managing a linked list on a single computer.
从某种意义上说,它是在一台计算机上管理链表的逻辑扩展。
For this reason, I use a linked list class that includes a method for conversion to an array.
出于这个原因,我使用了一个链接列表类,其中包含一个转换为数组的方法。
This avoids the n2 log(n)performance that would result from attempting to sort a linked list in place.
这避免了由于试图对适当位置上的链接列表进行排序而产生的n2log(n)性能。
In a linked list though, you have to start from the head and work your way through until you get to the fourth element.
但是,在链接列表中,您必须从头开始并一直工作,直到达到第四个元素。
Despite its name it ismore akin to an array in other languages than to a linked list since access to elements are O(1).
虽然名为列表,但更类似于其他语言中的数组而非链接列表,因为访问元素的时间复杂度为O(1)。
Next- Each link of a linked list contains a link to the next link called Next.
Next-链表的每个链接包含一个链接到下一个被称为下一个(Next)。
You may also be asked to define and explain linked lists as well as write a short program that implements andmanages a linked list.
您可能还会被要求定义和解释链接列表,以及编写实现和管理链接列表的简短程序。
A linked list can more easily grow organically:an array has to be p-defined or re-defined for organic growth.
链表可以更容易地有机增长:必须预先定义或重新定义阵列以进行有机增长。
A timeline might be represented as a linked list, or a balanced tree(tweet datetimes as node keys).
一个时间线可以用表来表示,或者平衡树也可以(以发tweet的日期来作为节点的键)。
An example of a data structures question:describe how you would insert a node in a linked list and state the time complexity.
一个数据结构问题的例子:描述如何在链表中插入一个节点并说明时间复杂度。
So this public ledger becomes a linked list of anonymous transactions- verifiable, but not traceable to their owners.
因此这个公共台账就成为了一个匿名的交易链表--可验证,但无法追溯到它们的所有者。
That's the source of all these famous interview questions you hear about,like“reversing a linked list” or“detect loops in a tree structure.”.
这就是所有你听说过的这些著名的面试问题的根源,比如“反转一个链表”或者“在一个树形结构中寻找回路”。
Then, as the items in a Linked List are not stored contiguously in computer memory, our Linked List can grow and shrink as needed.
然后,因为链表中的项目没有连续存储在计算机内存中,所以我们的链表的大小可以根据需要增加和缩小。
Linus explained to the audience, as I already knew,that when removing an object from a linked list, there are two cases to consider.
随后,Linus向观众解释,正如我们所知道的,当从表中删除一个对象时,需要考虑两种可能的情况。
Specialized namespace contains specialized and strongly-typed collections;for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Specialized命名空间包含专用的和强类型的集合,例如,链接的列表词典、位向量以及只包含字符串的集合。
With the weblinks component, you can create a link list or a download section for your website.
有了友情链接组件,您就可以创建一个链接列表或者为您的网站建立一个下载单元。
Results: 29, Time: 0.0361

Word-for-word translation

Top dictionary queries

English - Chinese