搜索资源列表
03
- 子集和问题的一个实例为〈S,t〉。其中,S={x1 ,x2 ,…,xn }是一个正整数的集合,c是一个正整数。子集和问题判定是否存在S的一个子集S1,使得S1中元素的和等于c,设计一个解子集和问题的回溯算法. 输入: 第一行2个数,n(集合S的大小)和c(子集和的目标值) 第二行n个数表示集合中的元素 输出:无解时输出一行"No Solution!↵ "(中间一个空格) 有解时输出子集中的元素 如: 输入: 5 10 2 2 6 5 4 输出
wisesolution
- wise solution v9.022,已汉化,支持对windows下各种平台工程的安装制作。-wise solution v9.022, has been finished, I support the right windows to install the project under the production of a variety of platforms.
022
- 对加密字符进行解码,如大小写字母等,C++编写简单易懂-Decode the encrypted characters, uppercase and lowercase letters, C++ to write a simple and easy to understand
022
- 将一个给定的二叉树改成双向链表,要求只能改变左右指针的指向,不能新建节点或改变结构体。-A given binary tree into a doubly linked list, the only change around the pointer to the point, can not create a new node or changing the structure.
Getting-Algorithm-18
- 任意次方后的最后 计算某日是该年的第几天 婚礼上的谎言 18 实例016 百元买百鸡 19 实例017 打渔晒网问题 20 实例018 判断三角形的类型 22 实例019 直接插入排序 23 实例020 希尔排序 25 实例021 冒泡排序 26 实例022 快速排序 27 实例023 选择排序 28 实例024 归并排序 29 实例025 二分查找 31 实例026 分块查找 32 实例027 哈希查找 34 实例028 斐波那契数列 37