You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while(children.Count>0&&last==null)//while(last == null) risks an infinite loop if we never find the last node, we should eventually run out of children though