عودة إلى المساق
تراكيب البيانات
اكتمال 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 اختبار
Complexity and Big O Notation
نسعى عند كتابة أي برنامج أن يكون مكتوبًا بأكثر طريقة فعالة ليكون أداؤه عاليًا، لذلك في هذا الفيديو سوف نتعرف على ال big o notation وعلى ال complexity بحيث نصبح قادرين على الحكم على برنامجنا من حيث الأداء.