上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: Navigation To do thisPress this Open a new window Ctrl + N Open a new tab Ctrl + T Open a new window in incognito mode Ctrl + Shift + N Open a file fr 阅读全文
posted @ 2017-10-19 11:55 MicN 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 全文转载自王垠的博客:如何掌握所有的程序语言。 如何掌握所有的程序语言 对的,我这里要讲的不是如何掌握一种程序语言,而是所有的…… 很多编程初学者至今还在给我写信请教,问我该学习什么程序语言,怎么学习。由于我知道如何掌握“所有”的程序语言,总是感觉这种该学“一种”什么语言的问题比较低级,所以一直没来 阅读全文
posted @ 2017-10-09 16:56 MicN 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 全文转载自知乎@刘知远老师:初学者如何查阅自然语言处理学术资料(2016修订版)。 1. 国际学术组织、学术会议与学术论文 自然语言处理(natural language processing,NLP)在很大程度上与计算语言学(computational linguistics,CL)重合,是计算机 阅读全文
posted @ 2017-09-27 15:34 MicN 阅读(2290) 评论(0) 推荐(1) 编辑
摘要: 【LeetCode】 LeetCode中关于栈的题目其实不算很多,用到的套路也比较单一。 71 Simplify Path。 题目描述: Given an absolute path for a file (Unix-style), simplify it. For example,path = " 阅读全文
posted @ 2017-09-20 22:15 MicN 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 【LeetCode】 区间。LeetCode第56题和57题。 56. Insert Interval 下面这种解法是原地插入的方法,显然比新建一个列表省空间。 57 Merge Intervals 三种解法,三种思路 ,第一种最快。 阅读全文
posted @ 2017-09-06 21:29 MicN 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 【LeetCode】 虽然感觉spiral matrix 两道题和 zigzag conversion 那道题没有太多联系,但是,毕竟都是相当于数学上的找规律题目。 这种优雅的题目就应该用下面这种优雅的代码写法。 054 Spiral Matrix 059 Spiral Matrix II 006 阅读全文
posted @ 2017-09-03 21:00 MicN 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 【LeetCode】 LC第30题,Substring with Concatenation of All words。 题目描述: You are given a string, s, and a list of words, words, that are all of the same len 阅读全文
posted @ 2017-09-01 21:04 MicN 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 【LeetCode】 题目描述: Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. k is a positive integer and is less 阅读全文
posted @ 2017-08-30 22:08 MicN 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 【LeetCode】 阅读全文
posted @ 2017-08-30 09:07 MicN 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 【LeetCode】 阅读全文
posted @ 2017-08-28 11:49 MicN 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页