Movatterモバイル変換


[0]ホーム

URL:


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

Commit9311735

Browse files
m-maksyutintrekhleb
authored andcommitted
Correct a comment (trekhleb#66)
* Fix LinkedList* Fix the prepend method for the LinkedList* Fix the remove method for the MinHeap* Correct a comment
1 parent98092ee commit9311735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/data-structures/tree/BinaryTreeNode.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class BinaryTreeNode {
6969
returnundefined;
7070
}
7171

72-
// Check if grand-parent hasmore thantwo children.
72+
// Check if grand-parent has two children.
7373
if(!this.parent.parent.left||!this.parent.parent.right){
7474
returnundefined;
7575
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp