资源列表

« 1 2 ... .20 .21 .22 .23 .24 2525.26 .27 .28 .29 .30 ... 2656 »

[数据结构常用算法shu

说明:二叉树的遍历,先序,中序,后序,层序遍历-Binary tree traversal, preorder, inorder, postorder sequence traversal
<css> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法tu

说明:数据结构,哈工大数据结构第三次实验,图求最小单元路径。-Data structure HIT data structure of the third experiment, Figure Find the smallest unit path .
<css> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法ha

说明:多项式求和 链表的应用,哈工大第一次数据结构实验-Polynomial summation linked list application, HIT data structure first experiment
<css> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法duiorder

说明:堆排序的c++实现代码,堆排序的c++实现代码-The heap sort c++ achieve code, heap sort c++ implementation code
<基德> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法LinkSearch

说明:将数组a[]中元素建为长度为n的单链表、单链表遍历的编程。-The array a [] elements built length n of single linked list, singly linked list traversal programming.
<宿琦> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法bisorttree

说明:构造一棵数据值为a[n]的二叉排序树、释放二叉排序树中所有结点、获取指向根结点的指针。-Binary sort tree structure a data value of a [n], the release of all the nodes in the binary sort tree to get a pointer to the root node.
<宿琦> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法ack

说明:Calculate the Ackermann function ACK ( m, n ) recursive functions.-Calculate the Ackermann function ACK ( m, n ) recursive functions. For m>=0, n>=0, ACK ( m, n ) is defined as: ACK ( 0, n ) =n+1 ACK ( m, 0) =ACK
<周杨> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Two-forks-tree-problem

说明:二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根
<周杨> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Heap-sort

说明:堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key  
<周杨> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法ch15

说明:实现hash函数的一个小例子 其中包含了3个.java的文件,希望大家能喜欢-implements the hash, it can help you know about the hash,centainly you can row it up
<张成峰> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法shuzhizhuanhuan

说明:利用栈的基本知识实现了从十进制到比十更小的进制数的转换。并且运用了蓝底作为输出界面。-Basic knowledge of the use of stack convert from decimal to hexadecimal number smaller than ten. And the use of a blue background as the output interface.
<南海> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法lianbiao

说明:本程序主要是让初学数据结构的朋友借鉴之用,这里使用的是链表,希望能给朋友们些许帮助。-This procedure is mainly used for beginner data structure from a friend, here is the list, I hope to give a little help from my friends.
<南海> 在 2024-11-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 2525.26 .27 .28 .29 .30 ... 2656 »

源码中国 www.ymcn.org