资源列表
[数据结构常用算法] C
说明:所谓排序是指把一组杂乱无章的数按 照大小顺序排列。包括整数、实数、字符及字符串排序。C语言编程中排序的方法 很多,?这里归纳较常用的几种排序方法。它们同样适合于其他高级语言。 -Refers to the so-called sort of a chaotic number according to the size of order. Including integer, real, character and string sorting. Sort of C language<zhaoliqiang> 在 2025-06-16 上传 | 大小:18kb | 下载:0
[数据结构常用算法] eightqueens
说明:关于递归问题中八皇后的解决,可编程通过,有详细注解-In the eight queens on a recursive solution to the problem, programmable through the<刘强> 在 2025-06-16 上传 | 大小:80kb | 下载:0
[数据结构常用算法] BinarySearchTree
说明:二叉搜索树,学习数据结构写的,有点菜……正在学习,多多指教-BinarySearchTree for students data structur<john> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DataStructrue
说明:刘汝佳新书。详细介绍数据结构及其应用,并将常用算法进行详细的解释,配有相应实例,易懂。-Liu Rujia book. Detailed data structure and its applications, and a detailed explanation of commonly used algorithms, with a corresponding instance, easy to understand.<张冰> 在 2025-06-16 上传 | 大小:8.97mb | 下载:0
[数据结构常用算法] cPP-exercise3
说明:这是一个递归算法,用来解决汉诺塔问题,解法比较新颖-Recursive algorithm<丁全> 在 2025-06-16 上传 | 大小:507kb | 下载:0
[数据结构常用算法] myString
说明:编写一个String类,并提供基本的字符串操作(如:字符串相加,获取字符串长度,字符串比较,字符串转换整形/浮点,获取C语言格式的字符串等操作),并编写程序使用该String类。 -Write a String class, and provide basic string operations (such as: adding a string to get the string length, string comparison, string integer/floating poin<lining> 在 2025-06-16 上传 | 大小:9kb | 下载:0
[数据结构常用算法] QuickSort
说明:快排,快速排序算法,里面包含例子,并且有原始版本,有改进: 去除尾递归,有去除尾递归, 改进2):将较短的区间使用递归去排序. 较长的区间用循环去排序.-Fast discharge, fast sorting algorithm, which contains examples, and there is the original version, there are improvements: removal of tail recursion, there is removal of<simon> 在 2025-06-16 上传 | 大小:12kb | 下载:0