资源列表
employ
- 数据结构 招招工系统 主要是排序算法实现-emloy system
LinkList
- 运用C++语言数据结构,构造学生系统管理代码。-C++ data structure systems management student code
Algorithmapplication
- 用C++语言写成的数据结构书籍,希望对大家有用咯。-Using C++ language books written in the data structure.
C_suanhua
- c语言经典算法 数据结构实力经典分析,描述如何解决类似问题的大概思路-c language data structure of the classical algorithm classical strength analysis, descr iption of how to solve similar problems, ideas about
QueensProblem
- 八皇后的的一个比较好的经典算法 程序采用回溯法,算法的细节参看程序-QueensProblem
make
- 数字构造问题 ★问题描述 给定一个只包含数字[0..9]的字符串,请使用字符串中的某些字符,构建一个能够整除 15最大的整数。注意,字符串中的每个字符只能使用一次。 ★编程任务 求由给定字符串构造的能够整除15的最大整数。 ★数据输入 由文件input.txt给出输入数据。输入数据为一个只包含数字[0..9]字符串,字符串的长度 为1..1000。如果无法构建出该数字,请输出“impossible”。 ★数据输出 将程序运行结果输出到文件output.tx
BiTree
- 二叉树的实现,实现创建二叉树,遍历二叉树,删除节点等-the development of Bitree
book
- 数据结构课程设计,图书管理系统,使用链表结构!-Data structure design, library management system, use the list structure!
cxdd
- 车厢调度源代码,用于解决车厢调度问题,即车厢出栈次序问题-Train scheduling source code, used to train scheduling problem, that is, inside the stack order problem
algorithm
- 包含各种排序算法实现:冒泡排序,插入排序,堆排序,归并排序,快速排序,选择排序等-Contains a variety of sorting algorithms: bubble sort, insertion sort, heap sort, merge sort, quick sort, select sort, etc.
0-1knapsack_problem
- 0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0/1 knapsack problem is how to