- Create a folder under
algorithm/
ornlp/
, eg:algorithm/floyd/
- Place codes and readme files (
.../xx.py
,.../xx.cpp
,README.md
) in the folder, data files in.../data/
, and examples (codes for contests, or problems on OJ, or some models) in.../examples/