- Level Intermediate
- Duration 3 hours
-
Offered by
About
The learner will create user-defined methods to create a network of friends using a weighted undirected graph. The learner will implement a graph using a Hashmap of nodes and Linked Lists, add nodes to the graph, add edges between nodes, print the contents of the graph, and traverse the graph using depth-first search.Auto Summary
"Create a Network of Friends using a Weighted Graph in Java" is an intermediate IT & Computer Science course on Coursera, led by expert instructors. Over 180 minutes, learners will master creating a network of friends with weighted undirected graphs in Java. Key skills include implementing graphs with Hashmaps and Linked Lists, adding nodes and edges, printing graph contents, and performing depth-first search. Available for free, this course is ideal for those with a foundational understanding of Java looking to expand their graph theory and data structure skills.