资源列表
datastructures
- 这是一个有关数据结构的习题集,里面包含了有关数据结构各个章节的习题以及答案,可以方便同学们下载使用。-This is a set of exercises on data structure, which contains information about data structures, as well as answers to the various chapters of exercises, students can easily download.
migongqiuj
- 这是一个迷宫求解的小程序,适用于数据结构课程设计-This is a maze-solving procedures applicable to the data structures course design
TerraExplorerX
- 基于C#的实现skyline算法,其中一个插件-Skyline algorithm based on C#, one of the plug-in
stooge_sort
- 桶排序算法,分治算法,输入一串数字,输出他们从小到大的排序-Bucket sort algorithm, divide-and-conquer algorithm, input a string of numbers, the output from small to large order
knapsack-problem
- 原创,背包问题的四种解法,回溯法,动态规划法,以及两种蛮力法,C++代码,编译运行通过,结果正确,可以比较各种方法的效率。-The original, four solutions of the knapsack problem, backtracking, dynamic programming, and two brute force method, C++ code, compile, run through, the result is correct, you can compare
shujujiegou
- 清华大学严蔚敏老师的数据结构的ppt及一部分源码。-Tsinghua University, Yan Wei-min data structure ppt teacher and part of the source
Date
- 输入年、月、日、时、分、秒,在屏幕上模拟显示一电子计时器,不断输出下一秒的时间和日期,以及格林威治的日期和时间。-Enter the year, month, day, hour, minute, second, analog display on the screen of an electronic timer, continuous output time and date of the next second, as well as the date and time in Greenw
Datastruct
- 实现数据结构中的队列,堆栈,二叉树,还有众多的排序算法。-inplemented data stricture such as queue,stack,tree and there are many alogrithm about sorting
Sort
- VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
Link_List
- Visual C++实现的链表,队列,和栈的代码-Visual C++,LinkList,Stack,Queue code
Integer_Partition
- 整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,1},{1,1,1,1} -Integer division
4
- 数据结构的课件Chap3.ppt 以及相应的算法代码,总体描述数据结构的总体知识-DATA STRUCTER