mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-06 14:27:26 +08:00
Rearrange the chapters.
Start to translate codes from Java to Python.
This commit is contained in:
10
codes/python/chapter_searching/hashing_search.py
Normal file
10
codes/python/chapter_searching/hashing_search.py
Normal file
@ -0,0 +1,10 @@
|
||||
'''
|
||||
File: hashing_search.py
|
||||
Created Time: 2022-11-25
|
||||
Author: Krahets (krahets@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