These Days

前几天一直窝在宿舍,没有去机房学习....

昨天去看了后会无期.

今天重回机房.

...................................................................................................................................................................................

看<后会无期>感觉不是很好,情节什么的有点散乱,感觉没有一个具体的主线支撑(那个所谓的从东往西的路程个人觉得不能称之为主线).

整部电影,除了金句迭出,实在看不出其他什么的出色的地方.

没有爱情,没有亲情,总的来说感觉整部电影几乎没有什么感情.那些散乱的情节实在是太散````````````````````````````````

同样是公路片的无人区,虽然没有什么金句,但是个人感觉比韩寒的后会无期好多了.

虽然我是一个十足的韩寒粉.......................................看了他好多的文章和小说...........................但是实在对这部电影有点失望.

.............................................................................................................................................................................................................................

时间越来越快,已经进入八月份了,开学也感觉近在咫尺.但是这些天的收获实在很小.

看杨力祥老师的视频,感觉里面很多东西都讲得很有道理,觉得自己看书什么的太死板了,完全实在生啃,没有独立的思考和探索过.这点能力以后真的要加强,不要纯粹的为了学习而学习,要在看书的时候能够合上书本自己思考一下怎么办,然后再去看书,

...................................................................................................................................................

明天开始继续耍一些算法题目.

leetcode走起.目前是150题.

目前的提莫情况如下:

边界条件很重要,一定要非常清楚。

编号 题目 分析
1 Reverse   Words in a String Reverse 系列
2 Evaluate   Reverse Polish Notation 模拟题
3 Max   Points on a Line 计算几何
4 Sort   List 链表系列
5 Insertion   Sort List 链表系列
6 LRU   Cache  
7 Binary   Tree Postorder Traversal 树系列
8 Binary   Tree Preorder Traversal 树系列
9 Reorder   List 链表系列
10 Linked   List Cycle II 链表系列
11 Linked   List Cycle 链表系列
12 Word   Break II 搜索系列+动态规划
13 Word   Break 搜索系列
14 Copy   List with Random Pointer 链表系列
15 Single   Number II 位运算系列(异或运算)
16 Single   Number 位运算系列(异或运算)
17 Candy 模拟题
18 Gas   Station  
19 Clone   Graph 复制系列
20 Palindrome   Partitioning II 回文系列
21 Palindrome   Partitioning 回文系列
22 Surrounded   Regions 搜索系列(注意细节)
23 Sum   Root to Leaf Numbers 树系列
24 Longest   Consecutive Sequence 哈希
25 Word   Ladder II 搜索系列(宽度搜索)
26 Word   Ladder 搜索系列(宽度搜索)
27 Valid   Palindrome 回文系列
28 Binary   Tree Maximum Path Sum 树系列
29 Best   Time to Buy and Sell Stock III  
30 Best   Time to Buy and Sell Stock II  
31 Best   Time to Buy and Sell Stock  
32 Triangle Sum系列
33 Pascal’s   Triangle II 杨辉三角
34 Pascal’s   Triangle 杨辉三角
35 Populating   Next Right Pointers in Each Node II 树系列
36 Populating   Next Right Pointers in Each Node 树系列
37 Distinct   Subsequences 动态规划
38 Flatten   Binary Tree to Linked List 树系列
39 Path   Sum II Sum系列
40 Path   Sum Sum系列
41 Minimum   Depth of Binary Tree 树系列
42 Balanced   Binary Tree 树系列
43 Convert   Sorted List to Binary Search Tree 树系列
44 Convert   Sorted Array to Binary Search Tree 树系列
45 Binary   Tree Level Order Traversal II 树系列
46 Construct   Binary Tree from Inorder and Postorder Traversal 树系列
47 Construct   Binary Tree from Preorder and Inorder Traversal 树系列
48 Maximum   Depth of Binary Tree 树系列
49 Binary   Tree Zigzag Level Order Traversal 树系列
50 Binary   Tree Level Order Traversal 树系列
51 Symmetric   Tree 树系列
52 Same   Tree 树系列
53 Recover   Binary Search Tree 树系列
54 Validate   Binary Search Tree 树系列
55 Interleaving   String 动态规划系列
56 Unique   Binary Search Trees II 树系列
57 Unique   Binary Search Trees 树系列
58 Binary   Tree Inorder Traversal 树系列
59 Restore   IP Addresses 格式化I/O系列
60 Reverse   Linked List II Reverse 系列
61 Subsets   II  
62 Decode   Ways 编码系列
63 Gray   Code 编码系列
64 Merge   Sorted Array  
65 Scramble   String 动态规划系列(3维DP)
66 Partition   List 链表系列
67 Maximal   Rectangle  
68 Largest   Rectangle in Histogram  
69 Remove   Duplicates from Sorted List II 链表系列
70 Remove   Duplicates from Sorted List 链表系列
71 Search   in Rotated Sorted Array II 搜索系列
72 Remove   Duplicates from Sorted Array II  
73 Word   Search 搜索系列
74 Subsets  
75 Combinations 排列系列
76 Minimum   Window Substring 字符串题目
77 Sort   Colors  
78 Search   a 2D Matrix 搜索系列
79 Set   Matrix Zeroes 格式化I/O系列
80 Edit   Distance 动态规划系列
81 Simplify   Path  
82 Climbing   Stairs  
83 Sqrt(x) 库函数实现
84 Text   Justification 格式化I/O系列
85 Plus   One 模拟题
86 Valid   Number  
87 Add   Binary 模拟题
88 Merge   Two Sorted Lists 链表系列
89 Minimum   Path Sum Sum系列
90 Unique   Paths II 搜索系列
91 Unique   Paths 搜索系列
92 Rotate   List 链表系列
93 Permutation   Sequence 全排列
94 Spiral   Matrix II 格式化I/O系列
95 Length   of Last Word 字符串题目
96 Insert   Interval  
97 Merge   Intervals  
98 Jump   Game 贪心
99 Spiral   Matrix 格式化I/O系列
100 Maximum   Subarray 动态规划
101 N-Queens   II 搜索系列
102 N-Queens 搜索系列
103 Pow(x,   n) 库函数实现
104 Anagrams 单词量太低了呃
105 Rotate   Image  
106 Permutations   II 全排列
107 Permutations 全排列
108 Jump   Game II 搜索系列
109 Wildcard   Matching 字符串题目
110 Multiply   Strings 字符串题目
111 Trapping   Rain Water  
112 First   Missing Positive  
113 Combination   Sum II Sum系列
114 Combination   Sum Sum系列
115 Count   and Say 模拟题
116 Sudoku   Solver 搜索系列
117 Valid   Sudoku 哈希
118 Search   Insert Position 搜索系列
119 Search   for a Range 搜索系列
120 Search   in Rotated Sorted Array 搜索系列
121 Longest   Valid Parentheses
122 Next   Permutation 排列系列
123 Substring   with Concatenation of All Words 字符串题目
124 Divide   Two Integers ref:103
125 Implement   strStr() 库函数实现
126 Remove   Element  
127 Remove   Duplicates from Sorted Array  
128 Reverse   Nodes in k-Group Reverse 系列
129 Swap   Nodes in Pairs 链表系列
130 Merge   k Sorted Lists 链表系列
131 Generate   Parentheses 搜索系列
132 Valid   Parentheses
133 Remove   Nth Node From End of List 链表系列
134 Letter   Combinations of a Phone Number 模拟题
135 4Sum Sum系列
136 3Sum   Closest Sum系列
137 3Sum Sum系列
138 Longest   Common Prefix 字符串题目
139 Roman   to Integer 进制转换
140 Integer   to Roman 进制转换
141 Container   With Most Water  
142 Regular   Expression Matching 字符串题目
143 Palindrome   Number 回文系列
144 String   to Integer (atoi) 库函数实现
145 Reverse   Integer Reverse 系列
146 ZigZag   Conversion 格式化I/O系列(读题)
147 Longest   Palindromic Substring 回文系列
148 Add   Two Numbers 动态规划系列
149 Longest   Substring Without Repeating Characters 字符串题目
150 Median   of Two Sorted Arrays 搜索系列
151 Two   Sum Sum系列

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值