• + 1 comment

    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