top | item 42389899

(no title)

notamy | 1 year ago

> For the more Java proficient, can someone explain why it may have provided this code:

To me that reads like it was trying to accomplish something like

    int[] current;
    while((current = queue.pop()) != null) {

discuss

order

No comments yet.