Taught you how to use C language to write a hash table

Original link: https://www.swack.cn/wiki/001558681974020669b912b0c994e7090649ac4846e80b2000/001572849111298ae30696043604e45a4c83f0e9842b818000

Summary:

This article is taken jamesroutley/write-a-hash-table

Article GitHub Address: https://github.com/jamesroutley/write-a-hash-table

Source GitHub author: https://github.com/jamesroutley/algorithms-and-data-structures

content:

  1. Introduction
  2. Hash table structure
  3. Hash function
  4. Conflict
  5. The method of the hash table
  6. Resize table
  7. Appendix: Alternative conflict resolution

Guess you like

Origin www.cnblogs.com/swack/p/11797703.html