Abstract Data Types
Appearance
B.4 Abstract data types (HL only)
B4.1 Fundamentals of ADTs
- B4.1.1 Explain the properties and purpose of ADTs in programming
- B4.1.2 Evaluate linked lists
- B4.1.3 Construct and apply linked lists (singly, doubly, and circular)
- B4.1.4 Explain the structures and properties of BSTs
- B4.1.5 Construct and apply sets as an ADT
- B4.1.6 Explain the core principles of ADTs