资源列表
[数据结构常用算法] C-experimentation
说明:(C)1.是能找出一串数中的最值,及其序号。(是选择排序法的基础) 2.对输入文本中的多个字符串排序(涉及字符串指针,指针数组,二维数组,三者综合应用) 3.选择排序法。-The C experimentation.<王阿万> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] binarytree
说明:内含两篇学术论文,由遍历序列构造二叉树的非递归算法实现,基于遍历序列的构造严格二叉树的算法,供需要的朋友借鉴-Contains two papers, a binary tree constructed by the traversal sequence to achieve a non-recursive algorithm, based on the construction of strict binary tree traver<> 在 2024-11-15 上传 | 大小:396kb | 下载:0
[数据结构常用算法] first-fit_mem_manage
说明:首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation<石皓伟> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] bTree
说明:这是一个二叉树的工程文件,包括了工程文件里的所有文件。以及二叉树的构建,traverse,搜索等功能函数。-This file contains a summary of what you will find in each of the files that make up your bTree application.<Anhui Huang> 在 2024-11-15 上传 | 大小:194kb | 下载:0
[数据结构常用算法] insertSort
说明:插入排序法的应用。插入排序是基本元素排序的简单应用;循行时间取决于元素的比较和交换。-Application of Insertion Sort. Insertion sort is the sort of simple application of the basic elements through the line depends on the elements of comparison and exchange.<Anhui Huang> 在 2024-11-15 上传 | 大小:251kb | 下载:0
[数据结构常用算法] ruanjianjishu
说明:1.采用递归方法建立二叉树; 2.给出三种遍历序列; -1. Recursive Methods using binary tree 2. Gives the three traversal sequence<keke> 在 2024-11-15 上传 | 大小:5kb | 下载:0
[数据结构常用算法] dynamic-queue-and-stack
说明:动态实现堆栈和队列的添加、删除等的操作,C代码实现-Dynamic realization of the stack and queue add, delete and other operations<> 在 2024-11-15 上传 | 大小:2kb | 下载:0