资源列表
[数据结构常用算法] bestschedulestore
说明:用贪心算法实现的程序存储问题和用回溯法实现的最佳调度问题-Greedy algorithm with memory problems and procedures to achieve the best use of backtracking scheduling problem<sean> 在 2025-01-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] lianshibiao
说明:(1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有<杨杨> 在 2025-01-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] conversion
说明:顺序栈结构实现数制转换-Stack structure in order to achieve number system conversion<> 在 2025-01-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shushuzhuang
说明:打印树状二叉树,用队列,按层次打印 按先序遍历和中序遍历建立二叉树-Print the tree binary tree, with a queue, by level of print by the first order traversal and inorder traversal binary tree set up<somreone> 在 2025-01-15 上传 | 大小:1kb | 下载:0