Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> 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) {


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: