240 发简信
IP属地:加州
  • 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...

  • Resize,w 360,h 240
    Build your own hash table in C[2]

    Step 2: hash function XOR(Exclusive or) is a logical operator that works...

  • Build your own hash table in C[1]

    There's a very interesting github repo called "build-your-own-x": https:...

  • 2022-07-16

    相向双指针 专题一 Two Sum Two Sum III - Data structure designhttps://leetcode.co...

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