Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Graph Data Structure With Python
1 students
Created byAhmad Mohammad
Last updated 9/2023
Arabic

What you'll learn

  • basic graph foundation with python شرح مفاهيم البيان الأساسية
  • python - graph representation شرح طرق تمثيل البيان
  • python - graph from zero شرح بناء البيان من الصفر
  • python - basic operations in graph شرح العمليات الأساسية في البيان
  • python - traversing in the graph شرح طرق التجوال في البيان
  • python - shortest path algorithms شرح خوارزميات ايجاد اقصر طريق
  • python - greedy algorithm طريقة الخوارزمية الجشعة في البيان لايجاد اقصر طريق

Course content

1 section9 lectures2h 41m total length
  • graph data structure with python - Lecture 18:27
  • graph data structure with python - Lecture 225:20
  • graph data structure with python - Lecture 320:42
  • graph data structure with python - Lecture 417:09
  • graph data structure with python - Lecture 518:28
  • graph data structure with python - Lecture 610:12
  • graph data structure with python - Lecture 79:42
  • graph data structure with python - Lecture 835:42
  • graph data structure with python - Lecture 915:55

Requirements

  • مفاهيم بسيطة بلغة بايثون
  • مفاهيم بسيطة بالبرمجة غرضية التوجه

Description

هذا الكورس يشرح من الصفر بنية المعطيات الشهيرة والمستخدمة بشكل حيوي في الحياة العملية (البيان), حيث يبدأ بشرح ماهية البيان بشكل عام
شرح المفهوم الأساسي للبيان, وأيضا شرح طرق تمثيل البيان وأنواعه
الكورس يشرح أيضا الخوارزميات الشهيرة المختلفة المطبقة في البيان
سواء خوارزميات التجوال كالبحث بالعمق أولا أو البحث بالعرض أولا
وأيضا يتم التطرق لشرح وبرمجة خوارزميات ايجاد أقصر طريق للوصول من عقدة لعقدة ما بعدة طرق ومنهجيات

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
بايثون - الخوارزميات وبنى المعطيات - البيان - أقصر طريق

Who this course is for:

  • لكل من يبحث عن فهم البيان من الصفر واسقاطه على الحياة العملية بالاضافة للتجهيز لمقابلة العمل