资源列表
Topological-sort
- 此代码为对数据结构中拓扑排序算法的C语言实现。-This code is the topological sort algorithm in C language.
Stack
- 此代码为对数据结构中顺序栈算法的C语言实现。-This code is the stack algorithm in C language.
RBTree
- 红黑树的插入,删除,以及调整树的时候的左旋和右旋实现 -Red-black tree insertion, deletion, and adjust the tree when the left and right hand to achieve
N_Queen
- 两个N皇后问题求解,比较两个效率,其中一个N较大时,效率非常的快!-Two N-Queens problem solving, compare the efficiency of two, one of which N is large, the efficiency is very fast!
american_heritage
- USACO中的American heritage,用C++编写,运用了树的遍历知识-the American heritage of USACO, with C++ prepared, using a tree traversal knowledge
memcpy-and-memmove
- memcpy函数测试,在linux和VC编译器下面运行,效果不一样(不能重叠copy)。linux内核memmove函数实现。-memcpy function tests, and VC compiler in linux running below, the effect is the same. linux kernel memmove function implementation.
bessie_come_home
- USACO中的bessie come home,用C++编写,用了BFS的知识-bessie come home of USACO, with C++ prepared ,with the knowledge of the BFS
controlling_companies
- USACO中的controlling compinies,用C++编写,运用了队列和动态规划的知识-controlling compinies of USACO, with C++ prepared, using a queue and dynamic programming knowledge
linkExample
- 单链表的基本操作:判断链表是否为空,空为真;插入链表数据;删除链表指定位置节点;释放链表空间-Single list of basic operations: to determine whether the list is empty, null is true insert linked list data deleted node list specified location releasing space list
AVL_ABP_tree_sort
- Code for creation, manipulation, balanciation of ABP_AVL trees. (study)
mimotool
- mimo技术的一个工具箱,里面有很多有用的信息,适合新手
32
- 32进制转10进制,输入32进制后自动转换成10进制-32 to 10
