• 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
hash.h 5.4 KB