资源列表

« 1 2 ... .52 .53 .54 .55 .56 1857.58 .59 .60 .61 .62 ... 2656 »

[数据结构常用算法erchashu

说明:二叉树的基本操作,包括创建,遍历,求深度,各节点的交换子树,递归及非递归算法遍历。-The basic operation of the binary tree, including creating, traverse, for depth, each node of the exchange son tree, a recursive and the recursion algorithm to traverse.
<王震> 在 2024-10-03 上传 | 大小:250880 | 下载:0

[数据结构常用算法yuesf

说明:约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的人的序号为5,4,6,2,3。最后剩下1号。   假定在圈子里前K个为好人,后K个为坏人,你的任务是确定这样的最少M,使得所有的坏人在第一个好人之前被杀掉。 -yuesf program
<dsa> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法main

说明:UnionFind算法,实用,数据结构必备-UnionFind algorithm, practical, data structures necessary
<123> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法8paixu

说明:关于C语言的各种排序方法汇总。冒泡排序、直接选择排序、直接插入排序、 快速排序、堆排序、谢尔排序、归并排序和基数排序 -On the C language of the various sorting method summary. Bubble sort, direct selection sort, direct insertion sort, Quick sort, heap sort, Shell sort,
<乐乐> 在 2024-10-03 上传 | 大小:1102848 | 下载:0

[数据结构常用算法polynomial

说明:一元多项式的运算,链表实现,数据结构基本内容。-A polynomial operations, linked list implementation, the basic content of the data structure
<流川天> 在 2024-10-03 上传 | 大小:17408 | 下载:0

[数据结构常用算法Astar

说明:a*算法解决8数码问题。在游戏设计中,经常要涉及到最短路径的搜索,现在一个比较好的方法就是用A*算法进行设计。他的好处我们就不用管了,反正就是好!^_*-a star
<chao> 在 2024-10-03 上传 | 大小:28672 | 下载:0

[数据结构常用算法scasca

说明:迷宫求解 用一个m×n长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序对于任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Maze solving an m × n long phalanx said the maze, the maze of pathways and barriers 0 and 1, respectively. Design a program for any set of the
<mkk> 在 2024-10-03 上传 | 大小:3072 | 下载:0

[数据结构常用算法List

说明:单链表的功能实现,以类的形式实现,包含单链表的基本函数。-Singly linked list of functions, the form of a class that contains the basic functions of a single linked list.
<玲玲> 在 2024-10-03 上传 | 大小:132096 | 下载:0

[数据结构常用算法SeqList

说明:顺序表的功能实现,以类的形式实现,包含顺序表的基本函数。-The order of the table functions, the form of a class that contains the basic functions of the order of the table.
<玲玲> 在 2024-10-03 上传 | 大小:148480 | 下载:0

[数据结构常用算法Figure-deep-traversal

说明:图的深度遍历,数据结构的一个小程序。有助于初学者学习与实践-Deep traversal of the graph, the data structure of a small program. Help beginners to learn and practice
<> 在 2024-10-03 上传 | 大小:20480 | 下载:0

[数据结构常用算法Stack

说明:栈的C语言版,学习时写的小程序,希望有助于初学者学习-The C language version of the stack, learning to write a small program, I hope this will help beginners to learn
<> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法bahaunghou

说明:皇后问题实现,以棋盘的形式展示,并且输出可行结果-the completeof queen question
<卢露露> 在 2024-10-03 上传 | 大小:1024 | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 1857.58 .59 .60 .61 .62 ... 2656 »

源码中国 www.ymcn.org