资源列表
[数据结构常用算法] dijstra_heap
说明:可以通过此算法高效的生成最小生成树。是对dijstra算法的优化。 -This algorithm can efficiently generate the minimum spanning tree. Is dijstra algorithms.<WilliamKyle> 在 2025-07-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] spfa
说明:求单源最短路的SPFA算法的全称是:Shortest Path Faster Algorithm。 这个是自己写的,思想还是一样发的。-Demand single-source shortest path algorithm SPFA name is: Shortest Path Faster Algorithm. This is his writing, and thinking is the same hair.<WilliamKyle> 在 2025-07-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] datastructures
说明:各种数据结构的实现 包括顺序表、单链表、双向链表、循环链表、顺序栈、链式栈、顺序队列、链式队列、优先级队列、串、二叉树、线索二叉树、哈夫曼树、B+树、图的c++实现-Implementation of the various data structures, including order forms, a single linked list, doubly linked lists, circular list, the order of the stack, the stack chain<ninja> 在 2025-07-23 上传 | 大小:67kb | 下载:0
[数据结构常用算法] 03_02_linkedlist
说明:when you study data structure of C programming, it ll be very helpful. linked list<nicky> 在 2025-07-23 上传 | 大小:3kb | 下载:0
[数据结构常用算法] bittree_show
说明:链表结点二叉树实现,通过建立树和遍历树,真正实现二叉树的树状显示,根结点在最上面,用c实现,通过计算结点位置放置结点.需要的可以参考!-Binary Tree node list, through the establishment of trees and tree traversal, binary tree truly show the root node at the top, with c achieved by calculating the node position to pla<田见雨> 在 2025-07-23 上传 | 大小:2kb | 下载:0
[数据结构常用算法] jishui
说明:一块不平整长方形土地坑坑洼洼,大雨过后,坑里都积满了水(假设边界以外的地方高度都低于边界,见下面示意图,灰色部分为长方形土地,其中深灰色部分为边界;白色部分为边界以外的地方;数字为每小块土地的高度;边界以外的数据不需要输入)。 把这块土地划分成N×M块,每块大小都是1cm×1cm。如果已知每小块土地的高度(值为正整数,单位:cm),求这块土地共可以积水多少立方厘米(积水土坑的边界只考虑前后左右,不考虑斜方向,如上图,阴影部分为可以积水的地方)。数据输入(要求使用文件输入):第一行是N、M的值<mayuqiang> 在 2025-07-23 上传 | 大小:1kb | 下载:0