arnab2001 / DSA

Collection of DSA problems and solutions
38 stars 186 forks source link

Create Download Speed.cpp #373

Open 4d4r5h opened 2 years ago

4d4r5h commented 2 years ago

Consider a network consisting of n computers and m connections. Each connection specifies how fast a computer can send data to another computer.

Kotivalo wants to download some data from a server. What is the maximum speed he can do this, using the connections in the network?

Download Speed (CSES)