momo's

一些关于美好爱情的摘抄

Apr
06

午夜梦回想到她时那满心酸楚难言的悸动,铺开信纸秉笔夜书时那字斟句酌的计较,经年再见面对佳人时那喷薄欲出的情意,这一切都是爱情原本的意义所在,这一切都是生命本身赋予的。 这有什么用?这本身就是最大的意义…

Life/生活 Comments Off on 一些关于美好爱情的摘抄

28th Bday ~ Keep Moving Forward ~ Thank You All ~

Aug
23
Life/生活 Comments Off on 28th Bday ~ Keep Moving Forward ~ Thank You All ~

Las Vegas之旅

Jul
08
Travel/旅游 Comments Off on Las Vegas之旅

My 1st Time Sky Diving – Hip Landing (Orz…)

Jun
25
Life/生活 Comments Off on My 1st Time Sky Diving – Hip Landing (Orz…)

摘抄一段话,铭记

Jun
07

你年纪轻轻的,记住风骨要傲,气要沉稳。 一生去拥吻稚年的肋骨,保留下干净热烈的天真与快活。懒与凡庸计较,拒与陈词来往,只孤意熬过走马里的风刀霜剑。每道伤疤都是值得歌颂的荣光,它让你的脊骨如三月山河,平…

Thoughts/感悟 Comments Off on 摘抄一段话,铭记

Cracking LeetCode: 138. Copy List with Random Pointer

May
11

A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep copy of the list. Thought: Associate the original list and the copy list side by side, and after copying the random pointer, split the original list and the copy […]…

Tech/技术 , , Comments Off on Cracking LeetCode: 138. Copy List with Random Pointer

Cracking LeetCode: 146. LRU Cache

May
11

Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get(key) – Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1. put(key, value) – Set or insert the value if the key is […]…

Tech/技术 , Comments Off on Cracking LeetCode: 146. LRU Cache

Cracking LeetCode: 10. Regular Expression Matching

May
10

Implement regular expression matching with support for ‘.’ and ‘*’. ‘.’ Matches any single character. ‘*’ Matches zero or more of the preceding element.The matching should cover the entire input string (not partial).The function prototype should be: bool isMatch(const char *s, const char *p)Some examples: isMatch(“aa”,”a”) → false isMatch(“aa”,”aa”) → true isMatch(“aaa”,”aa”) → false isMatch(“aa”, […]…

Tech/技术 , Comments Off on Cracking LeetCode: 10. Regular Expression Matching

里程

May
05

今天是研究生生涯最后一节课,当然还有research,所以还要半年才毕业。算个小里程碑吧。其实回想起研究生阶段,真正有所收获的课程可能就算法,机器学习和数据压缩了,时间过得实在是太快了。眼看自己同期的…

Thoughts/感悟 , Comments Off on 里程

Apr
30

春困,是一种瘾,挣脱不了。最近两三天,尤其让我觉察到自己的年纪了。想收心做事,却总是为琐事分神。得试图找个突破,重新找回节奏。希望谨以此贴为始,渐入佳境。…

Thoughts/感悟 Comments Off on 困
Scroll Up