Fix DeprecationWarning: invalid escape sequence (#679)
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
This commit is contained in:
committed by
Libin Yang
parent
6128533319
commit
3dc50529ca
@@ -195,7 +195,7 @@ def InPreOrder(curr_node):
|
||||
return nodeList
|
||||
|
||||
def testBinarySearchTree():
|
||||
'''
|
||||
r'''
|
||||
Example
|
||||
8
|
||||
/ \
|
||||
@@ -206,7 +206,7 @@ def testBinarySearchTree():
|
||||
4 7 13
|
||||
'''
|
||||
|
||||
'''
|
||||
r'''
|
||||
Example After Deletion
|
||||
7
|
||||
/ \
|
||||
|
||||
Reference in New Issue
Block a user