These Days

来源:互联网 发布:纵横概预算软件 编辑:程序博客网 时间:2024/04/30 02:58

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

昨天去看了后会无期.

今天重回机房.

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

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

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

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

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

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

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

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

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

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

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

leetcode走起.目前是150题.

目前的提莫情况如下:

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

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