Sunday, January 24, 2016

Leetcode 1, 15, 16: Two sum, 3 sum, 3 sum closest

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.



No comments:

Post a Comment