[HW#6] Does cursor returned from lookup_bucket() poin to dummy node?
Closed this issue · 1 comments
Coll1ns-cult commented
Hi, lookup_bucket() function returns a cursor. Does it point to the dummy/sentinel node of the given bucket?
Thanks in Advance!
Lee-Janggun commented
Yes. In find
, you should move the returned cursor appropriate position using the Cursor
API.