arnab2001 / DSA

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

Create Download Speed.cpp #373

Open 4d4r5h opened 1 year ago

4d4r5h commented 1 year 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)