mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-01 20:12:07 +08:00
Update binary_search.py
This commit is contained in:
@ -5,7 +5,6 @@ Author: timi (xisunyy@163.com)
|
||||
'''
|
||||
|
||||
import sys, os.path as osp
|
||||
|
||||
sys.path.append(osp.dirname(osp.dirname(osp.abspath(__file__))))
|
||||
from include import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user