资源列表
dai-tou-jie-dian-de-dan-lian-biao
- 带头结点的单链表完成线性表的基本功能,数据结构作业-Take the lead in a single linked list nodes to complete the basic functions of a linear table, data structures, operating
datastructuredemo1
- 很好的数据结构演示平台,含各种数据结构算法
querybus
- 公交查询系统。利用c语言,数据结构做出。-Bus query system. Using c language, data structure.
2cha_tree
- 利用MFC,完整的二叉树实现,包括遍历、插入、删除等-Complete binary tree implementation
divide3
- 本程序巧妙的实现了不用除法求n/3.简单易懂,值得一看-The program' s clever without division seeking n/3 straightforward, worth a visit
005
- c++ data struct stack
bestschedule
- 算法导论课程实验,使用回溯算法实现最佳调度-Introduction to Algorithms course experiment, using the backtracking algorithm for optimal scheduling
87
- this about a math problem which can be solved by this code written in c programming language. -this is about a math problem which can be solved by this code written in c programming language.
Child_Sibling-Tree
- 孩子兄弟树编码 在C++环境下编码,简短精悍的小程序-child_slibling tree :codes in C++
maamab-the
- 这个是matlab分类工具箱,有大概三十多个matlab原程序-This is the classification of the matlab toolbox, there are probably more than 30 matlab program
TSP
- Traveling Salesman Problem 市场上有很多种商品,旅行商 Shrek 做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上 n 个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时 Shrek 只好倒卖利润最大的一件商品。 现在请你帮 Shrek 规划一条路线,使他能赚最多的钱。 输入 第一行两个整数 n、m。表示有 n 个城市,编号
AllSort
- 各种排序主要针对数据结构上面的各种方法实现的~~~ 有程序有debug-。。。