April 13, 2016
Still work on the problem:
Problem statement:
https://www.hackerrank.com/challenges/string-function-calcula
Put together 2-3 hours on LCP array study first, and then, work out a solution for this advanced algorithm.
The LCP-LR array helps improve this to O(m+logN)O(m+logN), in the following way
LCP array reading
https://www.hackerrank.com/challenges/pseudo-isomorphic-substrings/topics/lcp-array
https://en.wikipedia.org/wiki/LCP_array
Question and Answer:
Before you write LCP implementation, tell me what you learn about LCP, give me an example you work on?
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.
Showing posts with label LCP array. Show all posts
Showing posts with label LCP array. Show all posts
Wednesday, April 13, 2016
Subscribe to:
Posts (Atom)