Weekly Recap 20181022–28

Jim YT Chen
JimYTC Lab
Published in
1 min readOct 28, 2018

Data Structure in work: using Trie

It’s been a long time since I explicitly use a more advanced data structure in work. Not being said that it’s not used but actually we don’t use them from scratch. One of the recent task gave me that chance to review my knowledge about tree and its variation.

I started from the two articles below and then implement my own insertion and traversal algorithm for it.

Reading note on scoring in OKR (Chinese)

OKR is used recently in our work. I learned that some company use the score 0.7 to be the criteria of acceptance. However, it’s still vague that how this works. According to this post, the score is based on type of task, culture of company and how we define our standard.

--

--