资源列表
oj-1014
- 有关归并排序的一个题,湘潭大学OJ上1014题,挺难的,做出来很开心,跟大家分享-For merge sort of a problem, Xiangtan University, OJ 1014 on the topic, hard, do it very happy to share with you
wu
- 掌握使用回溯法求解问题的基本思路,用回朔法做n皇后问题-Use backtracking to solve the problem to master the basic ideas, with the retrospective method to do the n queens problem
seah
- Fish图结构数据处理程序,深度遍历和广度遍历的算法处理数据关系-Fish data structure data handler, depth and breadth-traversal algorithm processing data relationships
rand
- C++ 将产生的随机数存入文件中,使用冒泡、快速、归并、希尔排序并计算排序时间,将排序时间存入excel中-The random number C++ will be stored in the file, using the bubble, quick, merge, Hill sort and calculate the sorting time, sorting time in Excel
shujujiegou_suanfa
- 内部源码 数据结构的代码,包括红黑树、链表等所有。-Source code for the internal data structures, including the red-black trees, linked lists and all.
ssd5ex1
- ssd5 的实验一 主要完成几个基本的类,具有基本的试验功能-Experimental ssd5 completed a major a few basic categories, with the basic test function
binary-tree
- 二叉树也是递归定义的,其结点有左右子树之分,逻辑上二叉树有五种基本形态: (1)空二叉树——(a); (2)只有一个根结点的二叉树——(b); (3)右子树为空的二叉树——(c); (4)左子树为空的二叉树——(d); (5)完全二叉树——(e)注意:尽管二叉树与树有许多相似之处,但二叉树不是树的特殊情形-Binary tree is recursively defined, and its sub-tree nodes are so divided, there are five basic
classic-algorithm
- 一些常用的算法,这些算法对一些经典问题有很好的解决,适合acm初学者.-Some commonly used algorithms for some classical problems have a good solution, suitable for beginners acm.
snow_BOOK
- 看雪教程,适合有志投身于信息安全产业的ITer。强烈推荐
shujujiegoushiyan8
- 数据结构实验,各种排序算法,C++编写的代码和实验报告,带有各种算法的比较和移动次数等。-Experimental data structure, various sorting algorithms, C++ code and lab report writing, with a comparison of various algorithms and mobile number and so on.
search
- 用C++语言编写能实现顺序搜索、简单排序、快速排序、二分搜索-C++ sequential search、binary search、Simple ranking、quicksort
PerfectLine
- 数据结构中线性表的实现系统,包括不同结构的线性表的不同算法基本操作,复合操作,和它的应用-Linear table data structure implementation system, including linear form different structures basic operation different algorithms, complex operations, and its application