240 发简信
IP属地:加州
  • NextCapital summer intern 面经 2018-01-15

    NextCapital , 一家在芝加哥的经融startup,18年刚刚完成 C轮融资。 17年底海投,之后收到OA,OA 有四题,1 扫雷(...

  • 财务自由之路

    创造财富的要素: 梦想,目标区,价值观,策略 承担责任意味着事情在自己的掌控中 储蓄的重要性:生活水平会因为收入的上涨而上涨,所以收入上涨并不会...

  • Trie 简易实现

    找到一种Trie 的实现:简单易懂,高效 trie适合使用的情况

  • Python bisect 笔记

    bisect.bisect_left(a,x,lo=0,hi=len(a))¶ Locate the insertion point forxi...

  • Leetcode - 74. Search a 2D Matrix

    Write an efficient algorithm that searches for a value in an m x n matri...

  • Leetcode - 73. Set Matrix Zeroes

    Given a m x n matrix, if an element is 0, set its entire row and column ...

  • Leetcode - 328 Odd Even Linked List

    Given a singly linked list, group all odd nodes together followed by the...

  • Leetcode - 230. Kth Smallest Element in a BST

    Given a binary search tree, write a function kthSmallest to find the kth...