Hi everyone,
I’m currently looking at the solution from 2021 December Silver Problem 2 (Connecting Two Barns). I have finished the code similar to solution 1 myself.
It is difficult for me to understand this part in the 2nd solution: "It is also possible to do this in linear time by maintaining the pair of indices we consider and considering adding edges from vertex i in increasing order of i. The pair of indices we consider will be nondecreasing, so we only consider a linear number of edges. "
I have read the corresponding code in the 2nd solution, but still not be able to understand.
Could someone please elaborate on this part? Thanks a lot!
Bo