此篇文章为实现《算法》一书中提到的大部分无向图算法,分为多篇, 即多个Java文件,可以直接复制,便于学习; 第三篇,java无向图的类实现,此篇主要列出实现的方法,需要参考其他类中方法(后续实现); 参考链接:https://www.cnblogs.com/xiaohuiduan/p/113522 ...
分类:
其他好文 时间:
2020-02-11 11:32:41
阅读次数:
69
P1897 电梯里的爱情(超链接) 题目描述 细心的同事发现,小W最近喜欢乘电梯上上下下,究其原因,也许只有小W自己知道:在电梯里经常可以遇到他心中的女神PR。 电梯其实是个很暧昧的地方,只有在电梯里,小W才有勇气如此近距离接近女神,虽然觉得有点不自在,但次数多了,女神也习惯了小W的存在,甚至熟悉到 ...
分类:
其他好文 时间:
2020-02-07 12:40:27
阅读次数:
74
在Jenkins集成服务器上,我们需要安装Maven来编译和打包项目。安装Maven先上传Maven软件到Jenkins服务器 tar -xzf apache-maven-3.6.2-bin.tar.gz 配置环境变量vi /etc/profile export MAVEN_HOME=/opt/mo ...
分类:
其他好文 时间:
2020-01-28 12:10:33
阅读次数:
78
对比call 、bind 、 apply 传参情况下 obj.myFun.call(db,'成都','上海'); // 德玛 年龄 99 来自 成都去往上海 obj.myFun.apply(db,['成都','上海']); // 德玛 年龄 99 来自 成都去往上海 obj.myFun.bind(d ...
分类:
移动开发 时间:
2020-01-24 15:56:15
阅读次数:
133
Unique Paths A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or r ...
分类:
其他好文 时间:
2020-01-21 18:21:24
阅读次数:
105
题目描述 珠心算是一种通过在脑中模拟算盘变化来完成快速运算的一种计算技术。珠心算训练,既能够开发智力,又能够为日常生活带来很多便利,因而在很多学校得到普及。 某学校的珠心算老师采用一种快速考察珠心算加法能力的测验方法。他随机生成一个正整数集合,集合中的数各不相同,然后要求学生回答:其中有多少个数,恰 ...
分类:
其他好文 时间:
2020-01-12 20:13:09
阅读次数:
83
BUG 记录 报错页面的代码和截图: Cannot access alimaven (maven.aliyun.com/nexus/conte…..... 解决方法: 报错页面的代码和截图: JAR will be empty - no content was marked for inclusio ...
分类:
数据库 时间:
2020-01-11 13:12:01
阅读次数:
422
题目如下: You are given a square board of characters. You can move on the board starting at the bottom right square marked with the character 'S'. You nee ...
分类:
其他好文 时间:
2019-12-29 10:57:18
阅读次数:
68
This class (or a class which this class inherits from) is marked as '@immutable', but one or more of 搜索到解决方法地址: https://www.cnblogs.com/110-913-1025/p ...
分类:
移动开发 时间:
2019-12-25 01:18:57
阅读次数:
167
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2019-12-16 09:18:17
阅读次数:
102