August 28, 2016
Problem statement:
https://www.hackerrank.com/contests/world-codesprint-6/challenges/bonetrousle
Julia was naive on planning, management of time, tried to solve this algorithm, without any hesitation. She tried to score any point above 0, found the idea to write code using stack, but with additional 2+ hours to review code, stayed overnight, from 12:00am - 2:45am, a brute force solution. She did not make any (over 10 test cases: 5+ wrong answer, 4+ time out). So, she wrote down the experience to celebrate her weekend, over middle night struggling with an algorithm.
Share some statistics of world code sprint #6 workout:
Current Rank: 1112 - score 100/ 380 (score first 4 algorithms full score)
First practice:
Use stack, brute force, each box has two choice, join or skip. She tried to implement the brute force solution first, and then, she recalled the previous work on algorithm Leetcode: phone number:
https://gist.github.com/jianminchen/872bf70039fa8c61ff208b34a591c8ec
Only pass the test cases provided in the problem description.
https://gist.github.com/jianminchen/e3fc7d23a62274b207ddc41a06030cd4
Statistics:
score 0 out of 50 points.
Brute facts:
A brute force solution does not score any points - even pass the basic test case - test case 1.
Actionable Item:
Write a blog about this algorithm, document the importance of time complexity analysis; how to plan to spend time to work on a solution.
http://juliachencoding.blogspot.ca/2016/08/bonetrousle-hackerrank-world-code_75.html
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)
Brute force is giving some of the points
ReplyDelete