Skip to content

StuartsHome/hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashmap

A hash map written in C

Intro

I wanted to learn C and the idea of creating an LRU Cache seemed like a reasonable project to learn the basics.
As it turned out, I needed a Hash Map to implement the Cache, and C doesn't have a built-in Hash Map.
The result is this project that is a simple hash map written in C that I can include in the LRU Cache.

About

Hash map written in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published