Skip to content

Update LinkedList.md#312

Merged
Snailclimb merged 1 commit intoSnailclimb:masterfrom
aptkid:patch-1
May 11, 2019
Merged

Update LinkedList.md#312
Snailclimb merged 1 commit intoSnailclimb:masterfrom
aptkid:patch-1

Conversation

@aptkid
Copy link
Copy Markdown
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