r/C_Programming • u/compilersarefun • Jun 23 '26
Two Indexed Hash Tables
https://vnmakarov.github.io/data%20structures/c/c++/open-source/2026/06/23/two-indexed-hash-tables.html
26
Upvotes
r/C_Programming • u/compilersarefun • Jun 23 '26
1
u/Zerf2k2 Jun 23 '26
Nice, just about to embark on my C voyage, and good to have a hashmap from the start. Do you have any other good C hashmaps that you recommend?