Linear List - Array
通俗地说,数据结构是组织数据的一种方式。在逻辑上可以分为线性结构,散列结构,树形结构,图形结构。算法是求解具体问题(输入->输出)的步骤描述,代码上表现出来是解决特定问题的一组有限的指令序列。算法复杂度分为两个:时间复杂度和空间复杂度。复杂度并不是准确地去计算算法所花费的时间和空间,具体的花费取决于不同的底层实现,如编译器、指令集,常数项忽略不计后被计为大O记法。
通俗地说,数据结构是组织数据的一种方式。在逻辑上可以分为线性结构,散列结构,树形结构,图形结构。算法是求解具体问题(输入->输出)的步骤描述,代码上表现出来是解决特定问题的一组有限的指令序列。算法复杂度分为两个:时间复杂度和空间复杂度。复杂度并不是准确地去计算算法所花费的时间和空间,具体的花费取决于不同的底层实现,如编译器、指令集,常数项忽略不计后被计为大O记法。
本节展开CPP的三块核心内容:进程的虚拟地址空间内存划分和布局、函数的调用堆栈详细过程、程序编译链接原理。程序编译链接原理可以参考《深入理解计算机系统》第7章 - 链接、《程序员的自我修养》第2,3,4, 6章。这一部分基础知识除了理解,要练习流畅准确地表达。
What is an argument? There are two explaination by Bing. 1) an angry disagreement between peoplep; a discussion or debate between people with different views, opinions, etc. 2) a reason or set of reasons that you use for persuading other people to support your views, opinions, etc.
在pycharm里面调用anaconda中配置的环境,我已经使用过很多次了。因为不同的python项目可能需要不同的配置环境,所以如果一直使用全局的环境很不方便。如果可以让一个环境指针指向我们所需要的环境,就可以独立得在本地使用多个配置环境。本身的使用方法并不繁琐,以下记录常用的命令和用法。
What is Data Commentary? In many ascpects of life, we want to comment on data to strenthen argument or claims. We refer to statistics to support/ validate claims, such as charts, tables, figures. In other words, we can take a stance, a position by data commentary. We want to use data to support, illustrate, validate a claim; or invalidate an opposing(opposite) claim.
This blog is going to write down how to use MathJax in Hexo and I finished all the configs mentioned in Tutorial. Just because there are some difference between LaTex with MathJax.
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.