240 发简信
IP属地:加州
  • 191. Number of 1 Bits

    Given a positive integer n, write a function that returns the number of ...

  • Implement aligned malloc

    aligned means: returned memory address starts with an address that are d...

  • Implement RingBuffer

    V0: basic init with given backing up buffer, reject to enqueue if full(n...

  • Implement memcpy

    Very basic one, not handling edge cases or optimization. in C sizeof(cha...

  • Quick Sort

    Common problems: start and end are modified during partitioning, so afte...

  • 146.LRU Cache

    Solve this problem incrementally, don't try to get to the optimal soluti...

  • Sam Altman - What I Wish Someone Had Told Me

    What I Wish Someone Had Told Me[https://blog.samaltman.com/what-i-wish-s...

  • Build your own hash table in C[3]

    Step 3 Hash Table APIs In this implementations, hash table provides publ...

个人介绍
只要思想不滑坡,办法总比困难多