资源列表
Queen
- 八皇后问题,这是在查看了网上很多八皇后问题的求法之后自己总结的比较好的算法-Eight queens problem, which is a lot of viewing an online method for finding the eight queens problem after summing up the better their algorithm
Sort
- 数据结构中最经典的七种排序方法的源代码,其中包括: 快速排序、归并排序、插入排序、选择排序、起泡排序、堆排序、希尔排序-The most classic data structures seven sorted source code, including: quick sort, merge sort, insertion sort, selection sort, bubble sort, heap sort, Shell sort
lab_111
- 一个算术表达式,由常量、变量、运算符和括号组成-An arithmetic expression, by the constant, variable, composed of operators and brackets
Binary-search
- 该程序是二叉搜索算法的代码实现,采用C++编程-The code of the binary search algorithm to achieve, using C++ programming
Test1
- 编码实现对单链表的操作,实验程序,可供借鉴。-Coding for the operation of a single list, experimental procedures, for reference.
Sort
- 各种排序的源代码,包含快速排序,单向起泡排序,双向起泡排序-source file !!!
linear_indirect
- c++ 间接寻址 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ features including access to indirect elements, remove elements, add elements, output elements. Use module
数据结构与算法C++progs
- C++类的数据结构与算法书籍 比较好的呢(C++ class data structures and algorithms books)
mian
- 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统。但是这种导弹拦截系统有一个缺陷:虽然它的第一发炮弹能够达到任意的高度,但是以后每一发炮弹都不能高于前一发的高度。某天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。-A country to defend against enemy missile attacks, to develop a missile interception system. But the missile defens
shunxuchazhao
- 本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可.-This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a faster
sortone
- 一种归并排序方法,效果很好,希望对大家有所帮助。-One kind of merge sort method works well, we want to help.
Sequential-search
- 本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可. -This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a