搜索资源列表
kernel_list_and_hash_table.tar
- Linux 内核的实现,大量使用了数据结构,包括了数组、链表和散列表。其中用的最多的是双向循环链表。 Linux 内核使用的是自己定义的链表和散列表,简单而高效,使用方法也非常的别具一格。-Implementation of Linux core, the extensive use of data structures, including arrays, linked lists and hash table. The most widely used is the double circu
linkedList
- C++双向链表实现,数据结构的入门代码。-c++ source of linked list.