Write an algorithm == write a pseudocode
Given a graph, write an efficient algorithm that determines what is the node with the maximum degree Determine the time complexity of your algorithm.
Are there any changes in the graph implementation data structure that could help with the time complexity?
Grading:
: Algorithm 10 . Efficiency Question 1-10 : Time Complexity 10
Your algorithm needs to be appropriately indented and understandable to be graded.