资源列表
HASHITABLE
- hash表的算法,建立一个hash表用于存储信息,用c++编写。-hash table algorithm, to build a hash table is used to store information, using c++ write.
fenzhifa
- 分治法的应用 将序列A(0:n-1)中元素按照升序排序方法:归并排序和快速排序((1)对于快速排序,主元采用三者A(low),A(high),A((low+high)/2)中其值居中者-Divide and conquer the application of the sequence A (0: n-1) elements in ascending sorted by: Merge sort and quick sort ((a) for Quick Sort, the main elemen
wu
- 掌握使用回溯法求解问题的基本思路,用回朔法做n皇后问题-Use backtracking to solve the problem to master the basic ideas, with the retrospective method to do the n queens problem
STACK2
- 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
Weight_Median
- 一个加权中位数的求解算法。该算法可以确定邮局选址之类的问题(即将邮局放在那所经过的路程最近)。-This program is about weight median.
lianzhan
- 数据结构的链栈C++代码,实现链栈的初始化,入栈,出栈,取栈顶元素等操作-The chain of stack data structure C++ code to achieve the chain of stack initialization, stack, a stack, take the top element and other operations
01pack
- 用动态规划,贪心算法等算法实现01背包问题-Using dynamic programming, greedy algorithm knapsack problem algorithm 01
fiboMain(2)
- fibonacci by recursive function
singlyLinkedLink
- singly linked list by c-singly linked list by c++
CircularQueueHeapArray
- circular queue by heap array
StackHeapArray
- stack by heap array
Othello1.0
- 黑白棋othello 1.0 利用mfc编写 采用alpha-beta剪枝算法-Othello othello 1.0 using mfc prepared using alpha-beta pruning algorithm