Se rendre au contenu
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.

Cours privé
Veuillez se connecter pour contacter un responsable.
Responsable Basma Mohamed Shaaban Elsayed
Dernière mise à jour 19/04/2025
Temps d'achèvement 9 heures 26 minutes
Membres 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