kaist-cp/cs431

[HW#6] Does cursor returned from lookup_bucket() poin to dummy node?

Closed this issue · 1 comments

Hi, lookup_bucket() function returns a cursor. Does it point to the dummy/sentinel node of the given bucket?

Thanks in Advance!

Yes. In find, you should move the returned cursor appropriate position using the Cursor API.