Skip to Content
Data Structure Programming

Data Structure Programming

Data structure programming focuses on organizing and managing data efficiently using structures like arrays, lists, stacks, queues, and graphs. It helps optimize algorithms for tasks like searching, sorting, and mapping, forming the foundation for solving complex problems in computer science and software development.

Private Course
Please sign in to contact responsible
Responsible Basma Mohamed Shaaban Elsayed
Last Update 04/19/2025
Completion Time 9 hours 26 minutes
Members 22
Level 3 ExpoTec Programming
  • Chapter 1: Pointers
    • 1.1 Book
    • 1.2 Lesson 1: Pointers
  • Chapter 3: Static & Dynamic Memory Allocation
    • 3.1 Book
  • Chapter 5: Linked list
    • 5.1 Book
    • 5.2 Lesson 1: Basic Linked-List (Singly) -Insert First
    • 5.3 Lesson 2: Basic Linked-List (Singly) -Traversing, Delete and search
    • 5.4 Lesson 3: Basic Linked-List (Singly) -Insert Before item and last
  • Chapter 6: Stack and Queues
    • 6.0 Overview : Learning overview
    • 6.1 Book
  • Chapter 7: Trees
    • 7.1 Book