Lists
Author: Scott Morgan
Created: 2025-11-25
Edited: 2025-11-30
Id: 1.3.6.1.4.1.33097.1.0.0
Copywrite 2025 Adligo Inc
Created: 2025-11-25
Edited: 2025-11-30
Id: 1.3.6.1.4.1.33097.1.0.0
Copywrite 2025 Adligo Inc
A list is a simple abstract data structure that is derived from plain English. I.E. a laundry list or grocery list;
- Apples
- Beer
- Bread
- Curry
- Wine
A list is a abstract data structure simply because there are several concrete data structures that represent the same concept. Most notably;
- ArrayLists#1.3.6.1.4.1.33097.1.4
- LinkedLists#1.3.6.1.4.1.33097.1.1.5
- DoublyLinkedLists#1.3.6.1.4.1.33097.1.1.6