List: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
A list is an implementation of a [[Data Structures#Dynamic_Set|dynamic set]].
A list is an implementation of a [[Data Structures#Dynamic_Set|dynamic set]].


** Linked List
=Linked Lists=
** Doubly-Linked List
 
** ArrayList
=Array List==

Revision as of 22:58, 11 August 2018

Internal

Overview

A list is an implementation of a dynamic set.

Linked Lists

Array List=