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 a2891ef commit 228b396Copy full SHA for 228b396
Python/kth-ancestor-of-a-tree-node.py
@@ -2,7 +2,7 @@
2
# get: O(logh)
3
# Space: O(n * logh)
4
5
-# binary jump solution (frequently seen in contest programming)
+# binary jump solution (frequently seen in competitive programming)
6
# Template:
7
# https://github.com/kamyu104/FacebookHackerCup-2019/blob/master/Final%20Round/little_boat_on_the_sea.py
8
class TreeAncestor(object):
0 commit comments