Just a brief question regarding the assignment 1.
Is there a processing time evaluation of our algorithm regarding the computation of the score_max_depths for Bill Gates graph.
I mean, regarding the number of nodes and the number of bfs we have to process for each of them for each depth, this algorithm takes more than 10 minutes to process on my side.
Hello @aronwc ,
Just a brief question regarding the assignment 1. Is there a processing time evaluation of our algorithm regarding the computation of the score_max_depths for Bill Gates graph. I mean, regarding the number of nodes and the number of bfs we have to process for each of them for each depth, this algorithm takes more than 10 minutes to process on my side.
Best,