原创 leetcode Same Tree

Same Tree My Submissions Question  Solution  Total Accepted: 78688 Total Submissions: 189358 Difficulty: Easy

原创 leetcode Binary Tree Level Order Traversal

Binary Tree Level Order Traversal My Submissions Question  Solution  Total Accepted: 65805 Total Submissions: 224

原创 點滴生活——2019年5月10日

最近有點心累。我分析了下原因,大部分源於自己與周圍的格格不入。   我這人表達不是特別好,這點我承認,偏偏還是個死心眼的人。很多事情,更多的是從技術層面去討論這個事,這也導致我的處境越來越糟糕。 技術層面,不否認,在學校期間和同學比起來,

原创 點滴生活——2018年10月17日

下午我鬱悶了好久,但是此刻我突然想通了。 一直以來,我們的活,大部分需要彼此配合。但是由於我的系統特殊,大多是監控別人的系統,今天因爲有個老油條一直覺得她該乾的活是屬於配合我,一直不好好幹,我覺得這是屬於他們該乾的,她應該幹。但是她一直嘀

原创 點滴心情——2018年9月12日

從去年7月入職到今天,一年多過去了,我想寫點東西來描述自己的生活,無關悲觀或者樂觀,just想寫點什麼,發泄一下此刻的心情。 首先說說目前的工作狀態,不是特別滿意,彷彿走到了盡頭,看不到希望一般。每次有任何的希望,然後就會被現實迅速打擊。

原创 Summary for LeetCode 2Sum, 3Sum, 4Sum, K Sum

(中文舊版)前言: 做過leetcode的人都知道, 裏面有2sum, 3sum(closest), 4sum等問題, 這些也是面試裏面經典的問題, 考察是否能夠合理利用排序這個性質, 一步一步得到高效的算法. 經過總結, 本人覺

原创 RDD:基於內存的集羣計算容錯抽象

RDD:基於內存的集羣計算容錯抽象  2014-03-13 21:39:32    Yanjun 原文地址:http://shiyanjun.cn/archives/744.html 該論文來自Berkeley實驗室,英文

原创 動態規劃0-1揹包問題

                                                                動態規劃0-1揹包問題 原文:http://blog.csdn.net/dapengbusi/artic

原创 Spark RDD API詳解(一) Map和Reduce

原文地址:https://www.zybuluo.com/jewes/note/35032 Spark RDD API詳解(一) Map和Reduce Spark RDD是什麼? RDD是Spark中的抽象數據結構類型,任何

原创 leetcode Container With Most Water

Container With Most Water My Submissions Question  Solution  Total Accepted: 52710 Total Submissions: 164550 Di

原创 leetcode Rotate Image

Rotate Image You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise)

原创 leetcode Longest Palindromic Substring

Longest Palindromic Substring My Submissions Question  Solution  Total Accepted: 70417 Total Submissions: 3380

原创 學習資料

http://codeforces.com/ OJ https://www.topcoder.com/ OJ https://www.coursera.org/ 在線課程 https://leetcode

原创 leetcode Word Ladder II

鑑於該題改了一晚上加一白天,我決定寫篇博客紀念紀念。 Word Ladder II My Submissions Question Total Accepted: 33992 Total Submissions: 25555

原创 leetcode Permutation Sequence

Permutation Sequence My Submissions Question  Solution  Total Accepted: 40746 Total Submissions: 174549 Difficu