Skip to content

Update DoublyLinkedList.java#16

Open
yangwuse wants to merge 1 commit intoaistrate:masterfrom
yangwuse:pull-branch
Open

Update DoublyLinkedList.java#16
yangwuse wants to merge 1 commit intoaistrate:masterfrom
yangwuse:pull-branch

Conversation

@yangwuse
Copy link

reduce repetition
change to
prev.next = next;
next.prev = prev;

reduce repetition
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

Successfully merging this pull request may close these issues.

1 participant

Comments