资源列表
bubblesort
- 清华大学邓俊辉副教授课件里的冒泡排序所有实现方式,带注释-bubblesort dsa
data_jiegou
- 集中常见的排序算法,冒泡排序,快速排序,选择排序,堆排序,插入排序,Shell排序,归并排序,基数排序-Focus on common sorting algorithms, bubble sort, quick sort, selection sort, heap sort, insertion sort, Shell sort, merge sort, radix sort
29-Exercise-6
- SSD5 数据结构29 Exercise 6_ 标准答案-SSD5 ex6 answer
CFKOrderSystem
- CF点餐系统,从客户,订餐员,到顾客,到具体的餐品,应有尽有-CF ordering system
xianxingbiaoquanhanshu
- 数据结构内关于线性表的所有函数,方便初学者的使用-All functions within the data structure on the linear form
avl_Tree
- 平衡二叉搜索树AVL的插入,并用于在 “词典(每行一个单词)”搜索变位词(例如 abc,acb互为变位词)-AVL balanced binary search tree insertion, and is used in the " Dictionary (one word per line)" Search anagram (eg abc, acb mutually anagram)
string-matching
- c++实现的字符串匹配的KMP算法和BM算法-c++ achieve the KMP string matching algorithm and the BM algorithm
visualization
- 高人做的排序算法图形化展示,有点意思,用空看看!-sort program demostrate for
Data-Structure-SWF
- 数据结构的各个算法的Flash动画演示,非常全,非常生动。SWF格式,直接就能打开。学习数据结构必备。-Flash animation of each algorithm data structure, very full, very vivid. SWF format, can be opened directly. Learning the necessary data structures.
double-cycle-linkedlist
- 双向循环链表,能够实现插入,删除节点的功能,并且支持循环操作。-double cycle linkedlist
calculator
- 实现简易的加减乘除运算,在VC环境下运行用到栈和队列的相关知识-Implement simple arithmetic operations, operating environment used in the VC stack and queue knowledge
a
- 基于二叉链表存储结构实现二叉树的基本运算,要求: ⑴能建立非空二叉树; ⑵实现二叉树的先、中、后序递归遍历算法; ⑶实现二叉树的非递归的先(或中、或后)序遍历算法及层序遍历算法; ⑷记录运行结果并对递归算法和非递归算法的效率加以分析。 -List storage structure based on binary binary tree of basic operations, require: ⑴ to establish a non-empty binary tree