资源列表
PairingHeap.tar
- 配位堆,可并优先队列的一种 在修改某个节点值时有不错的表现-Coordination heap, can be a priority queue has a good performance when the value of a node is modified
LCS
- 最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列的长度,并且输出全部的最长公共子序列。-The longest common subsequence algorithm LCS. Any two input strings, this algorithm can be found in the length of the longest common subsequence, and output the longest common subsequence.
stooge_sort
- 桶排序算法,分治算法,输入一串数字,输出他们从小到大的排序-Bucket sort algorithm, divide-and-conquer algorithm, input a string of numbers, the output from small to large order
Book-sales-system-(order-form)
- 图书销售系统(顺序表) 数据结构(C语言)wintc运行环境-Book sales (order form) data structure (C language) wintc operating environment
zuidatuan
- 最大团问题, 算法数据结构。算法分析-The largest group, the largest group, algorithms, data structures. Algorithm Analysis
CSTree
- 该算法用链表实现树种常用算法,包括节点路径的查找,查找某个节点等,希望对大家的数据结构学习有所帮助。-The algorithm is implemented in a linked list species commonly used algorithms, including node path and looks for a node, hoping to be helpful to everyone' s data structure learning.
counter_j
- 用C语言编写的计算器,实现计算器的基本功能,希望可以为对C感兴趣的朋友做参考使用!-Calculator using C language, the basic functions of the calculator, friends interested in the C reference!
1
- 已知学生三门课程基本信息如下。请使用结构体编程,计算学生三门课程成绩后,列表输出 学生的姓名、数学、英语、计算机、平均分信息,并按平均分排序。-The following basic information known to students three courses. List output structure programming, computing students three course grade the student' s name, mathematics, E
Queen
- 八皇后的实现,简洁易懂,有助于你清晰的了解八皇后问题-The realization of the eight queens, easy to read, to help you clear understanding of the eight queens problem
Polish
- VS2008 逆波兰表达式求一个数学表达式的值-VS2008 Reverse Polish expression evaluation value of a mathematical expression
N-queens
- N皇后问题的所有解输出,代码简单易懂,且短小快速-N-queens problem all solutions of output, the code is easy to understand, and the short and fast
Generate-Huffman
- 能够快速的生成哈弗曼树和哈弗曼代码,源代码简单易懂-Able to quickly generate the Huffman tree and the Huffman code, source code is easy to understand
