January 24, 2016
Review Leetcode solution, Two sum, 3 sum, 3 sum closest.
http://codesniper.blogspot.ca/2014/12/two-sum-leetcode_31.html
http://codesniper.blogspot.ca/2015/01/3sum-leetcode.html
http://codesniper.blogspot.ca/2015/01/3sum-closest-leetcode.html
May 17, 2016
Julia likes to write some code after she reads the blog:
http://www.cnblogs.com/TenosDoIt/p/3649607.html
Write C# practice on Leetcode 16 - 3 sum closest solution:
https://gist.github.com/jianminchen/d23598296e7ba665b6d45ae4acfeb600
First practice on Leetcode 16 - 3 sum closest solution on
https://github.com/jianminchen/Leetcode_C-/blob/master/3sumCloset.cs
Question and Answer:
1. What do you learn through the practice this time?
Julia learns the importance to do static analysis on the code. Do not rush, make sure every variable/ name is making sense, every line of code is best she can present, every executable path should be examined. Talk about the work as well.
From January 2015, she started to practice leetcode questions; she trains herself to stay focus, develops "muscle" memory when she practices those questions one by one. 2015年初, Julia开始参与做Leetcode, 开通自己第一个博客. 刷Leet code的题目, 她看了很多的代码, 每个人那学一点, 也开通Github, 发表自己的代码, 尝试写自己的一些体会. She learns from her favorite sports – tennis, 10,000 serves practice builds up good memory for a great serve. Just keep going. Hard work beats talent when talent fails to work hard.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment