zhangchen 的文章
-
链式前向星,链表头插法的思想,数组的形式(数组下标间接代替指针)
链式前向星 链式前向星(本质是用数组模拟链表的邻接表)无向图edge数组要开有向图的两倍vector < Edge > G[]与链式前向星( 算法竞赛中存图最常见的两种方法…… -
KMP(KMP字符串)
分享一篇博客有关KMP的详细介绍数据结构KMP算法配图详解(超详细)_哈顿之光的博客-CSDN博客_数据结构kmp算法详解 题目: 代码: #include using namespace …… -
-
-
词典 computer-based interventions (CBI)
词典 computer-based interventions (CBI) 计算机干预 词典 computer-based interventions (CBI)最先出现在Python成神之路。 -
云计算技术 — 分布式云
目录 文章目录 目录分布式云(Distributed Cloud)分布式云的种类本地公有云IoT 边缘云城域社区云5G 移动边缘云全球网络边缘云 分布式云节点(Sub-Statio…… -
Gateway
1.gateway快速入门 1.1创建gateway服务,引入依赖 org.springframework.cloud spring-cloud-starter-gateway com.alibaba.cloud spring…… -
-
-
1464. 数组中两元素的最大乘积
class Solution { public: int maxProduct(vector& nums) { sort(nums.begin(),nums.end()); return (nums[nums.size()-1]-1) * (nu……
友情链接