Other articles


  1. 减肥小记

    Published: Sat 21 November 2015
    By Ray

    In 2015.

    tags: life

    过了下秤,又查了查日子,自己在20多天里瘦了5kg,好开心啊好开心,体重好久没有这么低过了,虽然,瘦5kg根本看不出来区别。

    之前看到,减肥最重要的是要控制 …

    read more
  2. 看完了琅琊榜~

    最近过的比较堕落,代码实在调不出来,又因为有同学说我长得像《琅琊榜》中的某个人物,一时兴起之下,在Youtube上看了起来。不得不说这部 …

    read more
  3. 找工作的压力

    Published: Mon 28 September 2015
    By Ray

    In 2015.

    tags: life

    最近找工作好没有头绪,眼看着还有两个半月就要毕业,还不知道下一站在哪里,仔细算算,办工作签证也要至少一个月的 …

    read more
  4. Interval Trees and Segment Trees

    Interval trees and segment trees are two popular but not-so-popular data structure and they may be asked during job interview. The key difference between interval trees and segments is the first one faces intervals while the second one deals with points.

    read more
  5. C++ Interview Questions

    I once thought questions like 'which part is the const variables stored in memory' was not good because we could quickly search the manual when necessary, however they are asked during the job interview, and asked twice!

    So, let's just take a brief look at the frequent asked C++ interview …

    read more
  6. Skip List

    I was once asked the question how to optimize a linked list? Well, I'm not sure... So long as the linked list is somehow a linear data structure, we can only visit the previous elements to get the successive elements. I would try to build a BST instead, or maintain …

    read more

Page 1 / 2 »

links

social