1. 22 11月, 2021 3 次提交
    • Y
      Hash table cleanup [3/n] · 89afece7
      Yifan Hao 提交于
      A few cleanups:
      1. Move implementation details (macro definition, SHashEntry and SHashObj
         definition) to hash.c. Only leave relevant APIs in hash.h.
      2. Complete function header comments.
      3. Correct variable naming from "newSize" to "newCapacity".
      89afece7
    • Y
      Hash table cleanup [2/n] · 376e30ae
      Yifan Hao 提交于
      A few cleanups:
      1. Rename hash node "count" to "refCount" for ease of reading
      2. Trailing white space removal of hash.h
      376e30ae
    • Y
      Hash table cleanup [1/n] · 5af1acaa
      Yifan Hao 提交于
      A few cleanups for the hashtable implementation:
      1. Correct function header comments
      2. Complete argument checking for a few functions
      3. Remove trailing space
      5af1acaa
  2. 19 11月, 2021 1 次提交
  3. 18 11月, 2021 4 次提交
  4. 17 11月, 2021 5 次提交
  5. 16 11月, 2021 14 次提交
  6. 15 11月, 2021 13 次提交