mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
Fix invalid escape sequence in binary_search_tree.py (#1920)
* Fix invalid escape sequence in binary_search_tree.py data_structures/binary_tree/binary_search_tree.py:156 /home/travis/build/TheAlgorithms/Python/data_structures/binary_tree/binary_search_tree.py:156: DeprecationWarning: invalid escape sequence \ * fixup! Format Python code with psf/black push Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -153,7 +153,7 @@ def postorder(curr_node):
|
||||
|
||||
|
||||
def binary_search_tree():
|
||||
"""
|
||||
r"""
|
||||
Example
|
||||
8
|
||||
/ \
|
||||
|
Reference in New Issue
Block a user