Create a Network of Friends using a Weighted Graph in Java

Go to class
Write Review

Create a Network of Friends using a Weighted Graph in Java provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Create a Network of Friends using a Weighted Graph in Java is taught by Dr. Chao Mbogho. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • 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.