You are viewing a single comment's thread. Return to all comments →
Trying to decipher some of your logic (thanks for the comments, they're a huge help).
what is happening in this line?
for _ in range(len(this_level)): node, score = this_level.pop(0)
Thanks
Seems like cookies are disabled on this browser, please enable them to open this website
Tree : Top View
You are viewing a single comment's thread. Return to all comments →
Trying to decipher some of your logic (thanks for the comments, they're a huge help).
what is happening in this line?
Thanks