算法预热前奏篇

算法:algorithm 一个充满着神秘色彩的领域
程序(programming)=算法(algorithm)+数据结构(data structure)
其实用不着我这里说算法有多么厉害 多么重要 看薪资待遇就一目了然了 算法工程师的待遇很高!
学习大纲:

1. Complexity

1.1 what is Time Complexity

1.2 what is Space Complexity

2. Linear List

2.1 what is Linear List and Link List

3. Binary Search

4. Sort

5. Two Pointer

6. Stack 栈

7. Queue

8. Tree

9. Heap 堆

10. Hash

11. BFS & DFS

12. Dynamic Programming

13. Conclusion

猜你喜欢

转载自blog.csdn.net/blackxc/article/details/107334751
今日推荐