Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7231786

Browse files
committed
update: change in method name
1 parent 98646de commit 7231786

File tree

1 file changed

+1
-1
lines changed
  • src/_DataStructures_/DoublyLinkedList

1 file changed

+1
-1
lines changed

‎src/_DataStructures_/DoublyLinkedList/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class DoublyLinkedList {
5353
return this.size;
5454
}
5555

56-
display() {
56+
traverse() {
5757
let address = this.head.next;
5858
const elements = [];
5959
while (address !== this.tail) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /