Skip to content

lee3164/newcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewCoder

为什么后面放弃使用cpp?

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

如何运行?

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

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