Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 150 Bytes

File metadata and controls

3 lines (3 loc) · 150 Bytes

Abstract Data Types

  • [[Stack]]: LIFO queue
  • [[Linked List]]: each element (called nodes) has a value and a link/an address to the next element