资源列表
[数据结构常用算法] LINEAR-SEARCH
说明:It is a source code of Linear Search in C++. Liner Search is a data structure.-It is a source code of Linear Search in C++. Liner Search is a data structure.<waqasullahkhan> 在 2025-01-13 上传 | 大小:9kb | 下载:0
[数据结构常用算法] Insertion-Sort
说明:It is the source code of Insertion Sort in C++. which is a data structure.-It is the source code of Insertion Sort in C++. which is a data structure.<waqasullahkhan> 在 2025-01-13 上传 | 大小:9kb | 下载:0
[数据结构常用算法] Merge-Sort
说明:It is the source code of Merge Sort in C++ which is a data structure-It is the source code of Merge Sort in C++ which is a data structure<waqasullahkhan> 在 2025-01-13 上传 | 大小:9kb | 下载:0
[数据结构常用算法] Heap-Sort
说明:It is the source code of the Heap Sort in C++. which is a data structure.-It is the source code of the Heap Sort in C++. which is a data structure.<waqasullahkhan> 在 2025-01-13 上传 | 大小:9kb | 下载:0
[数据结构常用算法] A-Generic-bubble-sort
说明:It is the source code of the A Generic bubble sort in C++. which is a data structure.-It is the source code of the A Generic bubble sort in C++. which is a data structure.<waqasullahkhan> 在 2025-01-13 上传 | 大小:9kb | 下载:0
[数据结构常用算法] hjxsrcsarray
说明:提供对动态数组的支持,在内存中程序将数据分块存放, 避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供 了对内部数据的快速索引,大大提高了数据访问速度。-Provide support for dynamic arrays in memory to store program data block, @ Avoiding large memory applications, but also ordinary<free> 在 2025-01-13 上传 | 大小:31kb | 下载:0
[数据结构常用算法] MatrixChain
说明:实验二-矩阵链乘 Descr iption 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。-Mat<genegi> 在 2025-01-13 上传 | 大小:1kb | 下载:0