Question: 1. Cloudfront Caching AWS CloudFront wants to build an algorithm to measure the efficiency of its caching network. The network is represented as a number

1. Cloudfront Caching AWS CloudFront wants to build an algorithm to measure the efficiency of its caching network. The network is represented as a number of nodes and a list of connected pairs. The efficiency of this network can be estimated by first summing the cost of each isolated set of nodes where each individual node has a cost of 1. To account for the increase in efficiency as more nodes are connected, update the cost of each isolated set to be the ceiling of the square root of the original cost and return the final sum of all costs. Example n = 10 nodes edges = [[1 2], [1 3], [2 4], [3 5], [7 8]] 10 2 3 8 4 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
