登录
首页 » 数据结构 » 数据结构的课后练习

数据结构的课后练习

于 2023-06-03 发布 文件大小:4.06 kB
0 849
下载积分: 2 下载次数: 1

代码说明:

数据结构的课后练习-Data structure of the after-school practice

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 01 knapsack problem to achieve the most simple, can do more in its expansion, I...
    01背包问题最简单实现,可在其上做更多的扩展,不知道可否不用递归用堆栈-01 knapsack problem to achieve the most simple, can do more in its expansion, I do not know can not use recursive stack
    2022-12-24 12:20:04下载
    积分:1
  • 红黑树
    红黑树性质 红黑树是每个结点都带有颜色属性的二叉查找树,颜色为红色或黑色。在二叉查找树强制一般要求以外,对于任何有效的红黑树我们增加了如下的额外要求: 列表项结点是红色或黑色。 根是黑色。 所有叶子都是黑色(叶子是NIL结点)。 每个红色结点必须有两个黑色的子结点。(从每个叶子到根的所有路径上不能有两个连续的红色结点。) 从任一结点到其每个叶子的所有简单路径都包含相同数目的黑色结点。 为了便于处理红黑树中的边界情况,使用一个哨兵来代表所有的NIL结点,也就是说所有指向NIL的指针都指向哨兵T.nil。
    2022-05-05 19:56:42下载
    积分:1
  • on data structures and algorithms is the teacher's curriculum courseware all...
    这是我上数据结构和算法课程是老师的课件 所有算法都用c++实现拉 .比用伪代码描叙要 好得多-on data structures and algorithms is the teacher"s curriculum courseware all algorithms are used to achieve c Rafah. Pseudo code than depicts much better
    2022-05-18 01:14:35下载
    积分:1
  • pb9开发的万能查询源码,相当好用
    pb9开发的万能查询源码,相当好用-pb9 development of the omnipotent source inquiries, very handy.
    2022-07-12 14:30:06下载
    积分:1
  • 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
    程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
    2023-01-10 04:30:04下载
    积分:1
  • PB中的PFC使用例程,包含精简PFC类库
    PB中的PFC使用例程,包含精简PFC类库-PB PFC use routines, including streamlining the PFC
    2023-04-22 16:30:03下载
    积分:1
  • 线性表元素删除运算,删除线性表L中第i个位置上的元素
    线性表元素删除运算,删除线性表L中第i个位置上的元素-linear elements to delete Table Operational delete Table L linear section i positions on the elements
    2023-03-18 20:20:03下载
    积分:1
  • 演示C++读写EXCEL的方法,简单,通过ODBC完成基本的库功能
    演示C++读写EXCEL的方法,简单,通过ODBC完成基本的数据库功能-Demo C++ Literacy EXCEL method, simple, through the ODBC database to complete the basic functions
    2022-03-24 14:46:57下载
    积分:1
  • 约瑟夫环实现
    约瑟夫环实现
    2022-02-07 00:49:01下载
    积分:1
  • 电梯模拟 的 Visual C++ 的代码
    电梯模拟 的 Visual C++ 的代码-elevator simulation Visual C code
    2022-09-28 00:05:04下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载