Skip to content

Latest commit

 

History

30 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

仓库 files navigation

Algorithm notes

Personal notes and Python and Java implementations of some interesting algorithms I've not found clearly presented elsewhere so far.

Notes

  • Running files (such as graphs/maze_solver.py) that import modules from the project's packages (i.e. utils.py) and reside in sub-directories, directly instead of via main.py, requires adding the src directory to PYTHONPATH first

    export PYTHONPATH="${PYTHONPATH}:$(pwd)/src/python"
    

关于

Personal notes and implementations of some interesting algorithms.

Topics

Resources

Stars

7 stars

关注者

1 watching

复刻s

Used by

贡献者

Languages