We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad743c8 commit befc789Copy full SHA for befc789
src/deletion/delete_case3.js
@@ -28,7 +28,7 @@ const delete_case3 = (n) => {
28
29
/**
30
* If n's parent is black and n's sibling's children are black, then
31
- * repaint n's sibling red. Now all root-leaft paths going through n's
+ * repaint n's sibling red. Now all root-leaf paths going through n's
32
* parent have a black height of b - 1. We recurse thus on n's parent.
33
*
34
* B >B
0 commit comments