资源列表
[数据结构常用算法] smallmemory_code
说明:《内存受限系统之软件开发》一书中的源代码,针对内存受限系统而整理的模式-the source code of "small memory software" ,patterns for system with limited memory<blackychan> 在 2024-11-01 上传 | 大小:251904 | 下载:0
[数据结构常用算法] RedBlackTree
说明:红黑树、二叉搜索树的实现和性能比较。因为实验要求指定了输入哪些数据,所以在实现时我用了一个数组将所有的数据保存到内存里,然后直接调用插入和删除操作,这样就不再需要用户输入数据,省去了输入数据的麻烦。删除操作也是在程序里直接调用的,不要用户输入。-red black tree<何雯> 在 2024-11-01 上传 | 大小:251904 | 下载:0
[数据结构常用算法] Dynamic-programming
说明:动态规划算法的相关文档。动态规划算法可用于很多方面,比如立体匹配等。-Dynamic programming algorithm documentation. Dynamic programming algorithm can be used in many aspects, such as stereo matching.<linjingliang> 在 2024-11-01 上传 | 大小:251904 | 下载:0
[数据结构常用算法] delete-the-same-elemt
说明:用数据结构实现顺序表删除相同节点的操作,操作比较完善-With the data structure in order to achieve the operating table to delete the same node<裴琳倩> 在 2024-11-01 上传 | 大小:251904 | 下载:0
[数据结构常用算法] sorting-algorithm
说明:列举了几种常见排序算法(快排、冒泡、归并、选择、插入)-List some frequent sorting algorithms(e.g:quick sorting,bubbling sorting,merge sorting,select sorting,insert sorting).<wayen> 在 2024-11-01 上传 | 大小:251904 | 下载:0
[数据结构常用算法] Data-structures-CPP
说明:该程序主要是关于数据结构方面的,包括链表相关功能的实现,各种排序方法如冒泡排序,二分插入排序,图的实现,矩阵和树等程序的实现-The program data structures, including the related functions of the linked list implementation, various sorting methods such as bubble sort, binary insertion<ws> 在 2024-11-01 上传 | 大小:251904 | 下载:0