题目链接:https://leetcode.com/problems/guess-the-word/description/ 占坑 据说要用启发式算法,可参考下述答案进行学习:https://leetcode.com/problems/guess-the-word/discuss/133862/Ra ...
分类:
其他好文 时间:
2018-05-28 00:52:05
阅读次数:
1364
Weekly Contest 86 A:840. 矩阵中的幻方 3 x 3 的幻方是一个填充有从 1 到 9 的不同数字的 3 x 3 矩阵,其中每行,每列以及两条对角线上的各数之和都相等。 给定一个由整数组成的 N × N 矩阵,其中有多少个 3 × 3 的 “幻方” 子矩阵?(每个子矩阵都是连续 ...
分类:
其他好文 时间:
2018-05-27 22:45:01
阅读次数:
247
Rectangle Overlap A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the coordinates of its bottom-left corner, and (x2, y2) ar ...
分类:
其他好文 时间:
2018-05-21 00:04:17
阅读次数:
224
Push Dominoes There are N dominoes in a line, and we place each domino vertically upright. In the beginning, we simultaneously push some of the domino ...
分类:
其他好文 时间:
2018-05-20 23:58:36
阅读次数:
453
原文链接:https://www.daohanggou.cn/2018/05/18/it-weekly-8/ ...
分类:
其他好文 时间:
2018-05-19 15:51:43
阅读次数:
236
Sum of Distances in Tree An undirected, connected tree with N nodes labelled 0...N-1 and N-1 edges are given. The ith edge connects nodes edges[i][0] ...
分类:
其他好文 时间:
2018-05-14 00:58:57
阅读次数:
793
Image Overlap Two images A and B are given, represented as binary, square matrices of the same size. (A binary matrix has only 0s and 1s as values.) W ...
分类:
其他好文 时间:
2018-05-14 00:58:48
阅读次数:
899
(唐巧收集的博客地址) https://github.com/tangqiaoboy/iOSBlogCN 国外的博客地址 https://www.raywenderlich.com http://iosdevelopertips.com https://iosdevweekly.com http:/ ...
分类:
移动开发 时间:
2018-04-11 16:06:25
阅读次数:
197
转载自刘哇勇博客:http://www.cnblogs.com/Wayou/p/things_you_dont_know_about_frontend.html#!comments 部分地方略有改动(为的是修正原文的错误) 前端已经被玩儿坏了!像console.log()可以向控制台输出图片等炫酷的 ...
分类:
其他好文 时间:
2018-03-16 12:37:38
阅读次数:
211
日志的轮替、日志的轮转为什么要轮转?1)防止日志文件过大2)定期清除日志日志轮转的配置文件#vim/etc/logrotate.conf#grep-v^#/etc/logrotate.conf|grep-v^$weekly//轮转的周期,一周一轮转rotate4//保留几个旧的日志文件,类似于备份create//旧日志轮转后是否创建新的空白日志dateext//使用日期作为旧日志的后缀includ
分类:
其他好文 时间:
2018-03-14 21:09:34
阅读次数:
198