资源列表
51CTO下载-数据结构(C#语言版)
- 用于学习数据结构方面的知识,本书是基于C#语言的(For learning data structure knowledge, this book is based on the C# language)
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)
链表 (2)
- 请输入整数数据以建立链表,以数字0结束输入 输出原始的链表(Please enter integer data to establish the list, and end the input with number 0 Output original chain list)
LinkList
- 数据结构 是DVD啊发生vdfsbvdfdsvfvfv(englishvdsvdfsbdbvdvdvdfdvd)
约瑟夫
- 如何正确的使用链表来解决约瑟夫环问题,数据结构(Solving Joseph ring problem by using linked list)
Djstra
- 迪杰斯特拉算法例程,采用C++语言描述 适用于初学者学习交流使用(Dijkstra algorithm routines, using C++ language descr iption, suitable for beginners to learn exchanges.)
算法竞赛
- 算法竞赛,里面包含了所有算法,适合算法初学者(Algorithm competition, which contains all the algorithms, suitable for beginners)
排序算法
- 多种排序算法合集,冒泡排序、快排、选择排序、希尔排序算法、插值排序算法、c++程序实现(Multiple sorting algorithm)
prim
- 最小生成树prim算法,用于处理图论知识比较有用(Minimum spanning tree prim algorithm)
算法导论
- 算法导论第三版的答案,用c++泛型编程。(algorithm solution with c++)
Problem1
- 用各种方法遍历二叉树.好好好好哦啊哦龚波负(Various methods traverse two fork tree)
program2
- 将线性表(顺序存储)中前 m 个元素和后 n 个元素进行互换(m+n<length)。 注意算法的空间复杂度。(Swap the first m elements of the linear table (sequential storage) and the latter n elements (m+n<length). Note the space complexity of the algorithm.)