|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/all-about-graph-data-structure-from-zero/
课程评论:没有评论
**课程名称:** 使用Python学习图数据结构 **课程概述:** 本课程从零开始,系统地讲解图数据结构。首先,课程将介绍图的基本概念,包括图的定义、表示方法及不同类型。接着,课程将深入探讨图相关的经典算法,如深度优先搜索(DFS)和广度优先搜索(BFS)等遍历算法。此外,课程还会教授多种方法和技术,用于计算图中两节点之间的最短路径。 课程设计循序渐进,旨在帮助学习者打下坚实的图数据结构基础,然后逐步深入到图操作和各种算法。课程还将讲解创建和优化图算法的方法,以解决具体问题。 **关键词:** Python、数据结构、算法、面试题、图、DFS、BFS、Dijkstra、贪心算法、算法优化
هذا الكورس يشرح من الصفر بنية المعطيات الشهيرة والمستخدمة بشكل حيوي في الحياة العملية (البيان), حيث يبدأ بشرح ماهية البيان بشكل عام شرح المفهوم الأساسي للبيان, وأيضا شرح طرق تمثيل البيان وأنواعه الكورس يشرح أيضا الخوارزميات الشهيرة المختلفة المطبقة في البيان سواء خوارزميات التجوال كالبحث بالعمق أولا أو البحث بالعرض أولا وأيضا يتم التطرق لشرح وبرمجة خوارزميات ايجاد أقصر طريق للوصول من عقدة لعقدة ما بعدة طرق ومنهجيات 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 بايثون - الخوارزميات وبنى المعطيات - البيان - أقصر طريق