
في هذا الكورس سوف نتعلم موضوع من أهم المواضيع في البرمجة و هو تراكيب البيانات. للانضمام إلى هذا الكورس لابد أن يكون لديك خلفية بسيطة عن الclasses و الobjects.
ماذا ستتعلم؟
- كيفية حساب تكلفة عملية معينة في البرنامج
- كيفية إنشاء مختلف الdata structures
- كيفية التعامل مع مختلف الdata structures
- كيفية اختيار الdata structure المناسبة لبرنامجنا
محتوى المساق
الجلسة 1
الجلسة 2
مقدمة إلى Linked lists و nodes
You don't currently have access to this content
تنفيذ Single Linked List 1
You don't currently have access to this content
إضافة وحذف node من single linked list
You don't currently have access to this content
functions مهمة ل single linked list
You don't currently have access to this content
الجلسة 3
Stack Using Arrays
You don't currently have access to this content
functions مهمة ل stack class
You don't currently have access to this content
Stack Using Doubly Linked List
You don't currently have access to this content
Queue Using Arrays
You don't currently have access to this content
Circular Queue
You don't currently have access to this content
Functions of The Circular Queue
You don't currently have access to this content
الجلسة 4
Binary Search Tree
You don't currently have access to this content
BST and BST Node class
You don't currently have access to this content
إضافة عنصر إلى BST
You don't currently have access to this content
حذف عنصر إلى BST
You don't currently have access to this content
Breadth First Traversal Method
You don't currently have access to this content
Depth First Traverse Method
You don't currently have access to this content
الجلسة 5
تطبيقات لل Data Structures
You don't currently have access to this content