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

Why not pass iterators? Consider the case where the object is contained in two lists. You would have to pass a pair of iterators. What if it is in 3 lists? Etc.


Agreed, but for the example the object only needs to live in one list (as shown by the fact that it could have been a C struct that contained the next/prev pointers) so passing iterator would have been sufficient and would have solved the O(n) problem(s?) he was having.


Exactly, the C example could not be contained in more than one list at a time, so if this is a concern, the C solution wouldn't work either.




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

Search: