资源列表
struct
- 清华大学殷人昆教授编写的数据结构课后部分习题答案-Tsinghua University, Professor Yan Renkun part of the preparation of the data structure of after-school exercise answer
onedemonsearch
- 一维搜索算法实现(黄金分割,二分法,抛物线,Fibonacci,三次差值和切线法)-One-dimensional search algorithm (golden section, dichotomy, parabola, Fibonacci, three times the difference and tangent)
data_structure
- data structure source code with c -data structure source code with c
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
quicksort
- 利用C实现的快速排序,先选出一个初值,然后分别从两端开始排序,一直到低端和高端的指针相等即可。-quick sort with C
shujujiegouANDc
- 针对数据结构课程的部分理论知识使用C代码实现!-Some theoretical knowledge of data structures using C code!
CDList
- 该源码主要实现的是双向链表,是用C++来实现的,风格规范,功能齐全,值得学习和借鉴的代码。-The main source is a doubly linked list implementation is the use of C++ to achieve, style specifications, functional and worthy of study and reference code.
red-black-tree
- c语言的红黑树算法实现,并带有测试代码。-red-black tree implementation c language, with test code
fastsearch
- 一个快速搜索字符串的C程序,有命令行文件 -A quick search string C program, a command file
link_list
- 这两个源代码,对单、双链表的插入、删出、排列、倒序等6个功能实现,对初学者很有帮助。 -Both source code, the single and double linked list insert, delete out, order, reverse the 6 function realization helpful for beginners.
structure
- 数据库结构课件,适合于初学者使用,有讲到,顺序表,链表,栈,树等~-Courseware database structure, suitable for beginners, there are mentioned, the order of tables, linked lists, stacks, trees, etc. ~
yues
- 约瑟夫环的两种实现手段,链表和数组(顺序表),可以输入四个参数-Two means of achieving Joseph Central, lists and arrays (sequence table)
