摘要: 意外的简单,也可能是无耻的用了sort的缘故。 Runtime: 68 ms, faster than 96.70% of Python3 online submissions forMerge k Sorted Lists. Memory Usage: 17.3 MB, less than 19. 阅读全文
posted @ 2019-05-29 15:35 夜歌乘年少 阅读(172) 评论(0) 推荐(0) 编辑
摘要: REM:生成一个文件 del > Time.log echo > Time.log REM:获取系统日期及时间,同时将时间转换为8位(8:16:00-->08:16:00).写入文件。 :ABC set CurDate=%date:~0,10% set CurTime=%time% set hh=%CurTime:~0,2% if /i %hh% LSS 10 ... 阅读全文
posted @ 2019-05-29 09:36 夜歌乘年少 阅读(295) 评论(1) 推荐(0) 编辑
摘要: 参考资料:https://www.youtube.com/watch?v=sz1qaKt0KGQ DFS总结: 回到题目上: 树生成策略: )不能位于开头 [left == n right =n -1] 只有在前面有( 没有被匹配的时候(left大于right)的时候 才能加上 )[if left 阅读全文
posted @ 2019-05-29 00:27 夜歌乘年少 阅读(2889) 评论(1) 推荐(0) 编辑