上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: 可以写成O(1)的空间复杂度,当然时间复杂度还是O(N^2)首先回顾一下高中的数学知识,二维坐标系上的一点(m,n)顺时针旋转90度后坐标为(n,-m)矩阵左上角坐标(0,0),右下角坐标(n-1, n-1),x轴向下,y轴向右,和我们平时看到的坐标系只是旋转了一下,所以矩阵顺时针旋转和我们平时遇到 阅读全文
posted @ 2018-12-05 16:24 茫茫碧落 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 因为是硬件出生,所以相对比较容易 """ 89. Gray Code Medium 267 919 The gray code is a binary numeral system where two successive values differ in only one bit. Given a 阅读全文
posted @ 2018-12-05 11:18 茫茫碧落 阅读(196) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/TheMisery_Hang/article/details/80176317 阅读全文
posted @ 2018-12-05 09:46 茫茫碧落 阅读(396) 评论(0) 推荐(0) 编辑
摘要: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1,2]). Y 阅读全文
posted @ 2018-12-04 18:05 茫茫碧落 阅读(126) 评论(0) 推荐(0) 编辑
摘要: https://github.com/simoncos/pycharm-monokai https://blog.csdn.net/jpch89/article/details/81905505 到上述的github网址上下载icls文件,File->Editor->Color Sceme点击设置图 阅读全文
posted @ 2018-11-29 11:04 茫茫碧落 阅读(4805) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qqizz/article/details/80020762 http://www.cnblogs.com/skyflask/p/9544898.html 阅读全文
posted @ 2018-11-28 16:28 茫茫碧落 阅读(84) 评论(0) 推荐(0) 编辑
摘要: """ You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s that is a concatenation of each word in words exactly once a... 阅读全文
posted @ 2018-11-28 15:20 茫茫碧落 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 视图->缩进中:转化为空格缩进可以将文本的tab变为空格;使用空格缩进即使按tab也会自动转化为空格,但是每打开文件都要重新设置很不开心, https://www.cnblogs.com/honkly/p/6666091.html 设置中添加 阅读全文
posted @ 2018-11-27 15:56 茫茫碧落 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 方法一:安装sublimeREPL,tools->sublime REPL->Python->RUN current file, 快捷键设置见下面的链接 https://www.cnblogs.com/maoxianfei/p/5709229.html 方法二: 默认的方法禁用了window窗口的弹 阅读全文
posted @ 2018-11-27 11:23 茫茫碧落 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 我是这样解决的,我同时装了Markdown Editing这个插件,可能是插件的冲突造成的,Prenfence->Package settings->Markdown Editing->Markdown GFM Settings - User, 添加这样一句话 也就是将default中的txt支持去 阅读全文
posted @ 2018-11-27 00:03 茫茫碧落 阅读(659) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页