Nov. 23, 2016
Julia failed on one medium algorithm - recursive function in the contest. So, she likes to get some training on the skill.
A few reasons she failed:
1. Extra work - Recursive function involves building a string first.
2. Time consuming - use StringBuilder, backtracking
3. Failed to pass second test case; idea is not correct.
Previous work intensive on recursive function:
Last time Julia learned recursive work intensively through HackerRank Linked List:
started from May 8 to , over 10 blogs about linked list:
http://juliachencoding.blogspot.ca/2016/05/hackerrank-linked-list-find-merge-point.html
http://juliachencoding.blogspot.ca/2016/05/hackerrank-insert-node-in-double-linked.html
Julia just marked all 13 linked list practice with label: linked list.
Use linked list in blog search to find all 13 of them.
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