Data Structures I 📚

Agenda

  1. What is Stack Memory?
  2. What is Heap Memory?
  3. Stack vs. Heap
  4. Intro to Pointers
  5. What are Dangling Pointers?
  6. Intro to Struct
  7. Intro to Classes
  8. What is Overloading?
  9. Dynamic Arrays
  10. Templates
  11. Vector Implementation
  12. Linked List Implementation

1. What is Stack Memory? ðŸ§