Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 329 Bytes

NewCoder

为什么后面放弃使用cpp?

算法只是一种思想,和语言无关。并且py使用起来更加方便,表达更加清晰,有更多的基础组件可以用。

如何运行?

# 对于cpp文件
mkdir build
cd build 
cmake ..
make

# 对于py文件,直接用python解释器运行即可