هذا الكورس يشرح من الصفر بنية المعطيات الشهيرة والمستخدمة بشكل حيوي في الحياة العملية (البيان), حيث يبدأ بشرح ماهية البيان بشكل عام
شرح المفهوم الأساسي للبيان, وأيضا شرح طرق تمثيل البيان وأنواعه
الكورس يشرح أيضا الخوارزميات الشهيرة المختلفة المطبقة في البيان
سواء خوارزميات التجوال كالبحث بالعمق أولا أو البحث بالعرض أولا
وأيضا يتم التطرق لشرح وبرمجة خوارزميات ايجاد أقصر طريق للوصول من عقدة لعقدة ما بعدة طرق ومنهجيات
This course explains from scratch the graph data structure, where it begins by explaining what the graph is in general, explaining the basic concept of the graph, and also explaining the methods of representing the graph and its types. Addressing the explanation and programming of algorithms for finding the shortest path to reach from node to node in several ways and methodologies. The course is structured in a way that takes the learner from zero to build a strong base, and then start to dive slowly to the operations and different algorithms in graph data structure. Also the course explains the methodologies of creating and enhancing a graph algorithm which solve a specific problem
python - data structures - algorithms - solving interview questions - graph - DFS - BFS - Dijkstra - greedy algorithm - optimizing an algorithm
بايثون - الخوارزميات وبنى المعطيات - البيان - أقصر طريق