Dec. 4, 2016
Plan to work on code review section, try to know more top-talents, and what are most valuable things to look into.
Day 3:
Part A:
1.Study google employer and questions he answered:
http://codereview.stackexchange.com/users/26190/ruds
segmented tree,
1. Travelling Salesman with Four Cities
http://codereview.stackexchange.com/questions/39353/travelling-salesman-with-four-cities/39354#39354
Great teaching about modularity, function design (DRY principles), and
2. Algorithm: K distance from leaf
http://codereview.stackexchange.com/questions/60765/print-all-nodes-that-are-at-distance-k-from-a-leaf-node/60894#60894
Algorithm: K distance from leaf
Another source code reference:
http://k2code.blogspot.ca/2015/09/print-all-nodes-that-are-at-distance-k.html
Practice the algorithm - 15 minutes.
3. Teach dividing different abstraction levels -
Code should be organized in terms of abstractions
http://codereview.stackexchange.com/questions/37478/improve-this-image-file-browser-remove-redundancy/37481#37481
4. Binary Search Tree
http://codereview.stackexchange.com/questions/67014/binary-search-tree/67155#67155
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