一、思想 DFS算法思想(递归): 从某一个未访问的点作为起点开始进行搜索,一直往深处搜索未访问的点,当没有未访问的点时,则返回上一个点,重复此工作,直至所有店都被访问完。 BFS算法思想: 首先从一个未访问的点作为起点进行搜索,访问其相邻的所有点,再访问相邻点的所有相邻点,重复此工作,直至所有点都 ...
分类:
其他好文 时间:
2018-08-04 18:43:54
阅读次数:
124
django 的中间件 csrf Require a present and correct csrfmiddlewaretoken for POST requests that have a CSRF cookie, and set an outgoing CSRF cookie. This mi ...
分类:
其他好文 时间:
2018-08-03 01:07:38
阅读次数:
177
Teemo's dream Teemo decides to use his money to conquer the universe. It is known that there are m planets that humans can reach at present. They are ...
分类:
其他好文 时间:
2018-07-31 21:56:30
阅读次数:
144
题目 Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to ...
分类:
其他好文 时间:
2018-07-31 15:30:34
阅读次数:
153
Data Collections > Stream to Channel (as source input) > Parallel Computing > Results (as source ouput) > To DB ( Presentation) ...
分类:
其他好文 时间:
2018-07-30 11:35:49
阅读次数:
106
The goal of backpropagation is to compute the partial derivatives ?C/?w and ?C/?b of the cost function C with respect to any weight ww or bias b in th ...
分类:
其他好文 时间:
2018-07-30 01:05:44
阅读次数:
107
Rest-Assured 是一个测试 Restful Web Service 的 Java 类库,我们能够测试各种各样的请求组合,依次测试核心业务逻辑的不同组合。 它是通过发送特定的rest api,通过服务器返回的HTTP响应,来做功能性测试。 REST API的概念 REST API就是符合RE ...
分类:
其他好文 时间:
2018-07-29 21:22:26
阅读次数:
185
关键词:VSS、RSS、PSS、USS、_mapcount、pte_present、mem_size_stats。 在Linux里面,一个进程占用的内存有不同种说法,可以是VSS/RSS/PSS/USS四种形式,这四种形式首字母分别是Virtual/Resident/Proportional/Uni ...
分类:
系统相关 时间:
2018-07-29 18:49:26
阅读次数:
1072
A Simple Problem with Integers Time Limit: 5000MS Memory Limit: 131072K Total Submissions: 135904 Accepted: 42113 Case Time Limit: 2000MS Description ...
分类:
其他好文 时间:
2018-07-29 00:48:29
阅读次数:
145