资源列表
[数据结构常用算法] Graph-traversal
说明:以邻接多重表为存储结构,实现无向连通图的深度优先和广度优先遍历。-This paper is to solve the traversal of the graph using DFS BFS<flyoverls> 在 2024-11-03 上传 | 大小:2048 | 下载:0
[数据结构常用算法] parking-Manage
说明:用数据结构知识模拟计算停车场里汽车的停车时间及费用。-Using the knowledge of data structures to simulate and calculate the time and cost of car parking in the parking lot.<flyoverls> 在 2024-11-03 上传 | 大小:2048 | 下载:0
[数据结构常用算法] DecisionTree
说明: 一个实现决策树的小算法,是实现的源代码- a decision tree<李念> 在 2024-11-03 上传 | 大小:19456 | 下载:0
[数据结构常用算法] The-new-C-language
说明:本书介绍了c语言编程的过程方法,算法,结构,语言言简意赅,让0基础的爱好者可以轻松学习c,并且最终达到运用自如的境界。-The book introduced the C programming language process method, algorithm, structure, language concise and comprehensive, so0fan base can easily learn C, and ult<刘舒航> 在 2024-11-03 上传 | 大小:36186112 | 下载:0
[数据结构常用算法] daitoujiedianshuanlianbiaoxunhuan
说明:带头结点双链循环线性表<houhou> 在 2024-11-03 上传 | 大小:1024 | 下载:0
[数据结构常用算法] danlianbiao
说明:单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c 单链表.c-failed to translate<houhou> 在 2024-11-03 上传 | 大小:1024 | 下载:0
[数据结构常用算法] dynamic-array-distribution
说明:在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete<zhusujie> 在 2024-11-03 上传 | 大小:4096 | 下载:0
[数据结构常用算法] eight-queens
说明:八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a<娜迪拉> 在 2024-11-03 上传 | 大小:24576 | 下载:0