资源列表
Introduction-to-Algorithms
- 《算法导论(第二版)》(中文版)课后答案 答案比较齐全,解法相当经典-"Introduction to Algorithms (Second Edition)" (Chinese version) and after-school answer The answer is relatively complete, the solution is fairly classic
rbtree_and_sort
- 红黑树和经典的排序算法实现,排序算法包括希尔排序、快速排序、桶排序、归并排序、堆排序、选择排序、冒泡排序等,还有对应的实验报告-Red-black tree and classic sorting algorithms, sorting algorithms, including the Hill sort, quick sort, bucket sort, merge sort, heap sort, selection sort, bubble sort, as well as the co
hash
- 学生姓名构建哈希表、使用哈希法查找并显示。-Name of student to build the hash table, using the hash method to find and display.
Huffman
- 哈弗曼树的构建以及哈弗曼编码的实现,采用C语言实现-Huffman code and tree
cyuyan
- 大学c语言课程设计,学生成绩管理系统,你有详细的代码分析及流程图-University c language course design, students performance management system, you have a detailed analysis of the code and flow chart
Data-structures
- 数据结构里面大部分的解决了在编程中遇到的算法问题。-Data structures which most of the solve the problems encountered in the programming algorithm.
dtgh
- 区间型动态规划在信息学竞赛中应用甚广,它是动态规划中的经典问题,最小代价字母树是这类动态规划最经典的体现,对于初学者而言这类动态规划并不太好理解-interval Dynamic planning
Dijkstra
- 最短路径Dijkstra算法,,还有实验报告-The shortest path Dijkstra algorithm, as well as experimental reports
erchashubianli
- 二叉树遍历-Binary Tree Traversal
dui
- 减治法实现堆排序,大根堆的代码实现,C/C-Heap sort algorithm
BigNum
- 提供万进制的高精度算法,可用于ACM、CF、TC等的比赛中,代码不算长适合竞赛时使用-for bignum s algorithm.It can be used for programming competetion.
C_test1
- 算法设计部分代码,包括前两章的部分代码,自己写的-Algorithm design part of the code, including the first two chapters of part of the code, write their own
