资源列表
斐波那契数列 (2)
- 斐波那契数列初步入门学习、了解,对语言的进一步了解有很大的帮助(The Fibonacci rudiments of learning, understanding, is of great help to further understand the language)
排序
- 排序算法,数据结构实验课做过的源代码,可以在dev和vc上运行,(The sorting algorithm, the source code done in the data structure experiment class, can run on Dev and VC,)
[挑战程序设计竞赛(第2版)]
- 《挑战程序设计竞赛(第2版)》对程序设计竞赛中的基础算法和经典问题进行了汇总,分为准备篇、初级篇、中级篇与高级篇4章。作者结合自己丰富的参赛经验,对严格筛选的110 多道各类试题进行了由浅入深、由易及难的细致讲解,并介绍了许多实用技巧。每章后附有习题,供读者练习,巩固所学。(The challenge Programming Contest (Second Edition) summarizes the basic algorithm and classic problems in the pr
算法导论(第三版英文版)
- 算法导论是一本非常经典的书籍,值得大家看看(The introduction of the algorithm is a very classic book. It's worth looking at.)
sstack.tar
- S-Stack-Lib:一个C语言实现的简单的Stack库(S-Stack-Lib: A simple stack library implemented by a C language.)
queue
- 实现数据结构队列的顺序表及链接表方法,链接法包含单链表及双链表(A sequential table and a link table method for realizing the data structure queue)
quicksortC
- quick sort written in c on txt file
sorting
- some sorting algorithms in txt format
队列
- 链表实验报告帮助新手了解链表,学会链表的简单应用(Chain table experimental reports help novice to understand the list and learn the simple application of the list)
数据结构
- 数据结构的主要任务就是通过描述对象的结构特征,包括逻辑结构在内的联系,然后把逻辑结构表示成计算机可实现的物理结构,从而方便计算机处理(Linked_List:The formal definition is "a data structure consisting of a group of nodes which together represent a sequence." Like arrays,linked lists have indexes,but are acc
数据结构上机指导说明书与代码
- 数据结构描述了非数值问题的数据元素及组织关系,包含逻辑结构、物理结构与数据运算。(Data structure describes the data elements and organizational relationships of non - numerical problems, including logical structure, physical structure and data operation.)
第四次--排序算法
- 堆排序的简单算法和应用 对半插入排序的简单算法和应用 快速排序的简单算法和应用(Simple algorithm and application of heap sequencing Simple algorithm and application of half insertion sort Simple algorithm and application of fast sorting)