Skip to content

Update LinkedList.md #312

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

Merged
merged 1 commit into from
May 11, 2019
Merged

Update LinkedList.md #312

merged 1 commit into from
May 11, 2019

Conversation

aptkid
Copy link
Contributor

@aptkid aptkid commented May 9, 2019

public boolean removeLastOccurrence(Object o) {
...
for (Node x = last; x != null; x = x.prev) {
...
}
}

@Snailclimb Snailclimb merged commit 6f8994d into Snailclimb:master May 11, 2019
@Snailclimb Snailclimb added the enhancement New feature or request or suggestion label May 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request or suggestion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants