Math & Optimizations: Introducing Graphs & Graph Operations
Math
| Intermediate
- 12 videos | 1h 28m 41s
- Includes Assessment
- Earns a Badge
The graph data structure plays a significant role in modeling entities in the real world. A graph comprises nodes and edges that are used to represent entities and relationships, respectively. A graph can be used to model a social network or a professional network, roads and rail infrastructure, and telecommunication and telephone networks. Through this course, you'll explore graph data structure, graph components, and different types of graphs and their use cases. Start by discovering how to represent directed, undirected, weighted, and unweighted graphs in NetworkX. You'll then learn more about visualizing nodes and connections in graphs using Matplotlib. This course will also help you examine how to implement graph algorithms on all graph types using NetworkX. Upon completing this course, you will have the skills and knowledge to create and work with graphs using NetworkX in Python.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseModel entities and relationships in the real world using graphsRecognize the different types of graphs, their characteristics, and use casesCreate undirected graphs using networkxAssociate attributes with the graph, individual nodes, and individual edgesCreate directed graphs using networkx
-
Compute the degree of a graph nodeIdentify predecessors and successors in a directed graphCompute simple cycles, triangles, and edge covers using networkxPerform topological sorting in a directed acyclic graphCompute the shortest path and a minimum spanning tree for a graphSummarize the key concepts covered in this course
IN THIS COURSE
-
2m 5s
-
7m 57s
-
8m 20s
-
10m 43s
-
12m
-
9m 9s
-
6m 6s
-
5m 23s
-
6m 35s
-
8m 31s
-
9m 55s
-
1m 57s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Audiobook
Geometry for Programmers