这一块主要记录一下链表相关的一些常考题目以及解题思路。
Algorithm(3) stack and queue questions(By input data structure)
队列和栈相关的笔试面试题,栈和队列自然是基础中的基础了,罗列了一些基本的,总之不要着急,在纸上理清楚之后再去实现,实现起来反而是非常快的,有一些地方是不常用到,比如通过栈来比较大小,进行排序等等操作。
Algorithm(2) sorting(By solution)
主要是记录一些sort相关的题目。
funcPointer, callBack and depedencies
Funcpointer and Callback
This article mainly talk about the using of the function pointer and the call back function in c/c++.
C++ review
Preparation for the interview regarding the c++ questions. Just go through it to make sure that you can answer everything correctly.
numerical_method_for_engineer_notes
主要介绍numerical method的一些笔记。再回头来看看,知识本身并不是很taugh,真正用在物理场景中就变得比较tough
if you can use mpi for python
主要是介绍在python中如何使用mpi以及如何将其中的communicator实例传递给 c code