Question: Java Solution pls and When you are returning a pair return it in sorted manner i.e. u Question: Amazon wants to pilot hardware replacements in

Java Solution pls and When you are returning a pair return it in sorted manner i.e. u Question: Amazon wants to pilot hardware replacements in data center AMZN525, to increase the reliability of the network. AMZN525 has a "connected" network of data servers i.e. every server can communicate with the rest of the network. The data servers are connected by point-to-point cables to establish "critical" or "non-critical" connections. A connection is considered "critical" if its removal results in a disconnected network of servers. Amazon wants to significantly increase the reliability of its Data Centers by replacing the critical connections with far more reliable cables. Write a method that returns critical connections in AMZN525. Input: The input to the method consists of three arguments - numOfServers an integer representing number of servers in the data center; numOfConnections an integer representing number of connections between the servers; connections a list of pairs of integers representing the connections between the two servers. Output Return a list of pairs of integers representing the critical connections. If there are no critical connectionr, return a list with an empty pair - not just an empty list. Constraints 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
