[面试] 数据结构 和 算法

 

ArrayList和LinkedList的区别

【Java】——数组、List和ArrayList、LinkedList 的区别

Heap 

python数据结构之堆(heap)

数据结构:堆(Heap)

Hash Table:

Python数据结构——散列表

Stack

https://blog.csdn.net/qq_39422642/article/details/79040529'

Queue

https://www.cnblogs.com/linxiyue/p/3556875.html 

Trie

https://blog.csdn.net/Annihilation7/article/details/85209360

https://blog.csdn.net/ANNILingMo/article/details/80879910 

Graph (both directed and undirected)

Python数据结构——图(graph)

动态规划求解

牛刀小试一:矩阵最短路径

求解矩阵最短路径问题

算法

Radix/Bucket Sort

  python进行桶排序与基数排序总结


深度优先DFS,宽度优先BFS

Python实现深度优先与广度优先

转载请注明出处 http://www.cnblogs.com/mashuai-191/
原文地址:https://www.cnblogs.com/mashuai-191/p/10354188.html