عودة إلى المساق
تراكيب البيانات
اكتمال 0%
0/0 Steps
-
الجلسة 1
Data Structures - Preview Video -
مقدمة إلى تراكيب البيانات
-
Complexity and Big O Notation
-
Static Array
-
Dynamic Arrays1 اختبار
-
الجلسة 2مقدمة إلى Linked lists و nodes
-
تنفيذ Single Linked List 1
-
إضافة وحذف node من single linked list
-
functions مهمة ل single linked list
-
Doubly Linked List1 اختبار
-
الجلسة 3Stack Using Arrays
-
functions مهمة ل stack class
-
Stack Using Doubly Linked List
-
Queue Using Arrays
-
Circular Queue
-
Functions of The Circular Queue
-
Queue Using Doubly Linked List1 اختبار
-
الجلسة 4Binary Search Tree
-
BST and BST Node class
-
إضافة عنصر إلى BST
-
حذف عنصر إلى BST
-
Breadth First Traversal Method
-
Depth First Traverse Method
-
functions أخرى ل BST Class1 اختبار
-
الجلسة 5تطبيقات لل Data Structures
-
ملخص Data Structures1 اختبار
مقدمة إلى تراكيب البيانات
في هذا الفيديو سوف نتعرف على معنى الdata structures و على أهمية وجودهم في برنامجنا، و أهمية اختيار الdata structure المناسب للمشكلة التي تواجهنا. كما سنتحدث عن أهم العوامل المؤثرة في أداء أي البرنامج.