GitHub - lfir/algorithm-notes: Personal notes and implementations of some interesting algorithms. · GitHub
Skip to content

lfir/algorithm-notes

Folders and files

Repository 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"
    

About

Personal notes and implementations of some interesting algorithms.

Topics

Resources

Stars

Watchers

Forks

Contributors