资源列表
BinarySearchLastLoc
- 在有序数组中,二分查找给定元素,返回最后出现的位置-Binary search in sorted array, return last appear location of given value
BinarySearchFirstLoc
- 在有序数组中,二分查找给定元素,返回元素出现的最小位置-Binary search in sorted array, return first location of given value
BinarySearchFistLargerLoc
- 在有序数组中,二分查找,返回大于给定元素的最小位置-Binary search in sorted array, return first location where value is larger than given value
BinarySearchLastSmallerLoc
- 在有序数组中,二分查找,返回小于给定元素的最大位置-Binary search in sorted array, return last location where value is smaller than given value
HuffmanTree
- 创建哈夫曼树的演示程序,相当高效的C++代码,希望能和大家分享-Huffman Tree Creating
zhijiecharupaixu
- 用c++编写的一个直接插入法进行的排序,很实用,也很容易理解-Written in c++ a plugged directly into the sort of, is very useful, and it s easy to understand
rengelookup_list_4
- 本人学习C语言链表时的简单使用。实现二分法的查找功能。-I learn the C language linked list is simple to use,Dichotomy of the Find feature .
Binary-Tree
- 数据结构中二叉树的建立,已经简单的查找,插入,删除功能。-The building of the binary tree data structure , has a simple lookup , insert , delete function.
acm-code
- ACM 代码库 吉林大学计算机科学与技术学院 2005 级整理的 包括数据结构,组合数学,图论等方面的常用算法代码 -ACM code library 2005 consolidation of the Computer Science and Technology of Jilin University Including data structures, combinatorics, graph theory and other aspects of the common
TopologicSort
- 《数据结构》中谈到“图”中,拓朴排序算法的实现。-the topologic-sort of "Graph" in data-structre
jzzh
- 利用栈实现十进制数转换成任意进制,课程数据结构中的内容。-Using the stack realize convert any decimal number into the system
paixu
- 数据结构中,关于内部排序的学习课件,供考研和要考数据库管理员的同学参考。-In data-structure, the study on internal order courseware, for one s deceased father grind and want to take an examination of the database administrator classmates reference。
