资源列表
shiyan
- 实现了循环便利一棵树,查找叶子节点等功能!-Facilitate the implementation of the cycle of a tree, leaf nodes, such as search function!
Algorithm
- 上传试试看 不知道 是不是一定成功的-test
yizhi_list
- 不同的数据结构组成的链表,供学习类间关系使用-Different components of the linked list data structure for studying the relationship between the use of category
binasort
- 折半插入排序 一种排序的方法,用C++编写 此种方法的效率比较的高-Insertion Sort to sort a half way, using C++ to prepare the efficiency of this method to compare the high-
bubblesort
- 冒泡排序算法 冒泡排序算法是一种比较的简单的排序算法,但是很常用的-Bubble Sort Algorithm for Bubble Sort algorithm is a relatively simple sorting algorithm, it is commonly used
shellsort
- 希尔排序 希尔排序是一种不稳定的排序算法,用c++编写,希望给初学者以帮助-Hill Hill sort sort are an unstable sorting algorithm using c++ to prepare, I hope to help give beginners
binarySortTree
- 二叉排序树 算法 数据结构 希望对初学者有所帮助 c++源程序-Binary Sort Tree algorithm data structure would like to be helpful to beginners c++ source code
hongheishu
- 这是两个红黑树程序,供大家参考、讨论,-This is both red and black tree procedure, for reference、 discussion, thank you
DataStructureExperiment
- data structure experiment
1811
- pku 1811 solution pku 1811 solution
ex2
- 旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Traveling salesman problem to a salesman to sell a number of city merchandise, known distance between each city (or travel). Him to select a departure from the resi
8sort
- 八种排序算法,用模版实现基本的排序算法,冒泡,插入,归并,堆等-Eight sorting algorithm