资源列表
expliciv
- acmer pku入门题 初学acm和大一学生适合 附原题()
Sicily_Stacks
- 程序解决了Sicily平台上的Stack问题,有较好的可读性(The program solves the Stack problem on the Sicily platform)
Sicily_Linked Stacks and Queues
- 程序解决了Sicily平台上的Queue问题,有较好的可读性(The program solves the Queue problem on the Sicily platform and has good readability)
Sicily_Queue
- 本程序解决了Sicily平台上Queue的问题,有较好的可读性(The program solves the Queue problem on the Sicily platform and has good readability)
Sicily_Graphs
- 本程序解决了Sicily平台上Graph问题,有较好的可读性(This program solves the Graph problem on the Sicily platform, and has good readability)
knapsack
- 背包算法的非递归实现,使用进出栈进行操作(Non-recursive implementation of knapsack algorithm)
复数类
- 复数类的c++实现,包括加减乘除等。。。。。(C + + implementation of a number of categories, including addition, subtraction, multiplication and division)
maze
- 设计算法寻找迷宫出口,其中0代表可通行,1代表不可通行(Design algorithm to find the maze exit, where 0 can pass, 1 can not pass)
最大m子段和
- 这是一个解析数据结构合算法的经典案例,经过自己的思考而写出新代码,这是基于C语言的(This is a classic parsing data structure cost-effective method, and through their own thinking and write new code, which is based on the C language)
Palindrome subsequences
- 求一个长度不超过15的字符串的回文子序列个数(子序列长度>=1)。 输入描述:输入一个长度不超过15的字符串,字符串均由小写字母表示 输出描述:输出其回文子序列个数 样例输入:abaa 样例输出:10(Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length >=1). Input descr iption
Maximum sum of subarray
- 题目描述:给定一个数组a[0,...,n-1],求其最大子数组(长度>=1)和 输入描述:第一行一个整数n(1<=n<=5000),然后依次输入n个整数(每个整数范围[-5000, 5000]) 输出描述:输出一个整数表示最大子数组和 样例输入:5 1 -1 1 1 -1 样例输出:2(Topic descr iption:Given an array a[0,..., n-1], find its maximum sum of suba
MD5
- linux下用C++实现的一个MD5算法(A MD5 algorithm implemented with C++ under inux)