singly-linked list 中文意思是什麼

singly-linked list 解釋
單向連結串列
  • singly : adv. 1. 各自地,分別地;單獨地;獨自地。2. 誠實地,真誠地。
  • linked : 聯動的
  • list : n 1 清單,目錄,表,一覽表;名單。2 (交易所中)全部上市證券。3 =listprice an active list現役軍...
  1. Conceptually, a singly linked list of integers looks like the following diagram in a computer s memory

    從概念上講,在計算機內存中,整數的單鏈表如下圖所示:
  2. Using a singly linked list

    使用單向鏈接列表實現
  3. Using a singly linked list saves the overhead of updating an additional pointer for all operations as well as the memory for that pointer

    使用單向鏈接表可省去更新所有操作的附加指針以及該指針的內存的系統開銷。
  4. A singly linked list is a data structure that has an ordered sequence of nodes in which each node contains a data element and a pointer to the next node in the sequence

    單鏈表是擁有有序節點序列的數據結構,其中,每個節點包含一個數據元素以及一個指向序列中下一個節點的指針。
  5. List processing is one of the computer s biggest strengths ; singly linked lists provide the basis for a number of interesting algorithms and techniques that are useful in every aspect of programming

    列表( list )處理是計算機最強功能之一;單鏈表( singly linked lists )為可以應用於編程各個方面的許多有趣的演算法和技術提供了基礎。
  6. Singly - linked list

    單向連結串列
分享友人