WEEK 4

Cards (4)

  • Linear data structure - LIFO Last In First Out Principle or FILO First In Last Out Principle
  • Push - putting an item on top of the stack
  • Pop - removing an item on top of the stack
  • Language that uses stack:
    1. C
    2. C++
    3. Java
    4. Python
    5. C#