Linked list - Frederic P Miller - 書籍 - Alphascript Publishing - 9786130222758 - 2013年1月28日
カバー画像とタイトルが一致しない場合、正しいのはタイトルです

Linked list

価格
¥ 25.747
税抜

遠隔倉庫からの取り寄せ

発送予定日 年6月23日 - 年7月3日
iMusicのウィッシュリストに追加

Publisher Marketing: Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In computer science, a linked list is a data structure that consists of a sequence of data records such that in each record there is a field that contains a reference (i.e., a link) to the next record in the sequence. Linked lists are among the simplest and most common data structures, and are used to implement many important abstract data structures, such as stacks, queues, hash tables, symbolic expressions, skip lists, and many more. The principal benefit of a linked list over a conventional array is that the order of the linked items may be different from the order that the data items are stored in memory or on disk. For that reason, linked lists allow insertion and removal of nodes at any point in the list, with a constant number of operations. On the other hand, linked lists by themselves do not allow random access to the data, or any form of efficient indexing. Thus, many basic operations - such as obtaining the last node of the list, or finding a node that contains a given datum, or locating the place where a new node should be inserted - may require scanning most of the list elements. Linked lists can be implemented in most languages.

メディア 書籍     Book
リリース済み 2013年1月28日
ISBN13 9786130222758
出版社 Alphascript Publishing
ページ数 136
寸法 152 × 229 × 8 mm   ·   250 g   (重量(概算))

Frederic P Millerの他の作品を見る

すべて表示

Mere med samme udgiver