Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singly Linked List O(1) deletion #65

Closed
sergiocampama opened this issue Mar 18, 2014 · 0 comments
Closed

Singly Linked List O(1) deletion #65

sergiocampama opened this issue Mar 18, 2014 · 0 comments

Comments

@sergiocampama
Copy link

I think it's misleading to say that it's O(1), since it assumes that you already have the element previous to the one to delete. It should also specify that there is a search time involved, either by specifying O(n) or as a tooltip. Also, in the wiki source, it is specified that there is a search time.

@sergiocampama sergiocampama closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant