资源列表
CcppAlgorithms
- C 和 C++算法实例,个经典算法代码。-C and C++ Algorithm. Good code for data structure.
jose
- Jose,及约瑟夫算法的实现,是一个很好的数据结构算法-Jose
CPPinterviewAndanswer
- C++ interview materials. Very helpful for interview. Including Answer.
sortAnalysis_
- 7中排序算法的比较代码,可以选择测试数据的数量,选择要比较的排序算法,正序逆序都可以-7 Comparison of sorting algorithms in the code
GraphExample
- 所有关于图的算法,适合学习算法和数据结构的人使用-All on the map algorithm, for learning algorithms and data structures used
CSTreeExample
- 所有关于二叉树的算法实现,适合学习算法和数据结构的人使用-All of the binary tree algorithm for learning algorithms and data structures used
5
- 二叉树的创建,前序后序的遍历,及求解点的个数-Binary tree creation, after the pre-order traversal sequence, and solving the number of points
queue
- 通过创建链表实现一个队列的数据结构。控制台接受输入输出。-Using linked list to build a queue.
stack
- 通过创建链表实现一个栈的数据结构。控制台接受输入输出。 -Using linked list to build a stack.
sort
- 链表排序功能的实现,采取了冒泡算法,将链表节点按照数据大小排序-Sort list functions to achieve, to take a bubble algorithm, the node will list the size in accordance with the data sorted
T783-2-20070830226
- 建立一个单链表,同时对该链表实现指定位置的插入,删除操作。-The establishment of a single list, at the same time to achieve the specified location in the list of the insertion, deletion.
2.1
- 利用栈将一个十进制的正整数转换成n进制数据,并将其转换结果输出。-The use of stacks is a decimal integer into the n-band data, and convert the results of the output.