资源列表
cPP-(2)
- dijkstra算法,求图的最短路径,数据结构在vc++中实现-dijkstra algorithm
delete-and-insert-in-list
- 双向链表的插入和删除操作,用于数据结构,用C实现-Doubly linked list insertion and deletion for data structure
Tower-of-Hanoi
- Tower of Hanoi,Tower of Hanoi-Tower of Hanoi
link-list
- c语言的单向链表应用,使用WIN-TC V1.9.1编译器,从键盘输入70 65 78 90 95 85 -1共七个数据,注意,最后一个数据为负数,实现单向键表的创建,插入,删除,输出,销毁功能-c language s application for link list
studentManagement
- 用链表写的 学生信息管理系统,可以下载下来 学习一下~-With the list written in student information management system, you can download it to learn about ~
1612261
- c++实现在一个序列中找出最长不减子序列-C++ implementation in a sequence to find the longest subsequence does not decrease
charuheshanchu
- 数据结构实验内容,线形表链式结构的插入和删除-The contents of the structure of the experimental data, linear chain structure of the table insert and delete
jusefu
- 约瑟夫环解法非常短,很强大,利用栈堆,数据结构基础知识-Joseph Central solution is very short and very powerful, the use of stack heap, the basic knowledge of data structure
dijkstra
- 采用贪婪法解单源最短路径的算法,采用了图的邻接表数据结构。-The minimum length of a graph using dijkstra.
railroad
- 在n个城市之间修建高速公路,使任意两个城市之间都有城市相连,且费用最少-Build roads between some cities, make sure that you can get anywhere from everywhere,besides, the cost is least
so
- 用于对长串数据进行的排序,而且是快速排序,是用的简单的c++实现,c++课程习题解答。建议数据结构和算法课程上课时使用。只是可能太简单了。-Long strings of data used for sorting, but quicksort is used to achieve a simple c++, c++ programs exercises answer. Proposed data structures and algorithms used in class course. J
Sort
- 对数组R中的记录R[1..n]按递增序进行插入排序-Records in the array R R [1 .. n] into the sorted in increasing order to