资源列表
dict
- 词典小程序,用平衡二叉树构建数据结构。可以实现加载词库,查找单词,编辑单词,标记后删除单词,退出程序等功能。附一份实验报告-Dictionary,using AVL tree as its data structure. Functions:Loading word data,searching words,editing words,and deleting labeled words. appendixed with a report.
beibao
- 背包问题是经典的数学问题,很多问题都可以转化为该问题而解决,希望该程序对你有所帮助。-Knapsack problem
SORT
- 该程序包,编写了各种排序算法的源代码,很适合初学者学习,赶紧下载吧!-Sort code!
xianxingbiao
- 大整数加法,可以实现超大型整数加法,比如两百位-Large integer addition
zixulie
- 求两个字符串的最长公共子序列X 的一个子序列是相应于X 下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有 子序列中长度最大的,例如输入:pear, peach 输出:pea。 -Seeking two strings of the longest common subsequence
quick-sort
- 用户输入一堆毫无顺序的数,通过快速排序算法实现数据的有序排序-quick sort
pre-mid-creattree
- 已知用户输入的二叉树的前序、中序遍历结果,建立二叉树,并以广义表的形式输出结果-creat a binary tree by its preorder and mid-order
huffmanT-code
- 利用哈弗曼树的算法实现文件的压缩与解压缩,字符编码、译码-huffman tree compress and uncompress
Stack--FIFO
- Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
Stack-and-Queue-FIFO
- Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
beibao
- 背包问题的解决,,实现在最大载重量下利润最大化的问题-The solution of the knapsack problem
KMP
- 这是一个数据结构的算法,用来进行模式匹配,找到一个字符串中是否包含某个子串, 也就是KMP算法.里面内容比较全面,包括详细的注释。-this is a data structure, which to find whether a string contains a certain substing. Known as KMP,but it contains more content, including the exhaustive document.
