常用的数据结构:
数组(Array),栈(stack)、链表(LinkedList)、哈希表(hash)、队列(queue)、堆(heap)、图(graph)、树(tree)
1.链表:
2.队列:
3.哈希表:
4.树: