Post

Prepration

Prepration

进行算法练习准备工作:

复习c++及Python基础及Markdown格式

值引用&传递应用:

传int、bool等==基本类型==时用值引用较多,复制开支不大

传数据结构等情况用引用较多,复制开支较大且会在函数内部修改

This post is licensed under CC BY 4.0 by the author.