List: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Data Structures * Mathematical List =Overview= A list is an implementation of a dynamic set. ** Linked List **...") |
|||
Line 6: | Line 6: | ||
=Overview= | =Overview= | ||
A list is an implementation of a dynamic set. | A list is an implementation of a [[Data Structures#Dynamic_Set|dynamic set]]. | ||
** Linked List | ** Linked List | ||
** Doubly-Linked List | ** Doubly-Linked List | ||
** ArrayList | ** ArrayList |
Revision as of 22:55, 11 August 2018
Internal
Overview
A list is an implementation of a dynamic set.
- Linked List
- Doubly-Linked List
- ArrayList