تخطي للذهاب إلى المحتوى
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.

دورة خاصة للاعضاء فقط
رجاءً تسجيل الدخول للتواصل مع الشخص المسؤول.
المسؤول Basma Mohamed Shaaban Elsayed
آخر تحديث 19 أبريل, 2025
وقت الإكمال 9 ساعات 26 دقيقة
الأعضاء 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