Realisation of LFU cache algorithm (read more about algorithm)
- LFU - directory wirh main header LFU.h + main lib LFU.c
- Hash_Map - directory with lib of hash-table (Hash_Map.c)
- List - directory with lib of frequency list (List_Map.c)
- Test - directory with some tests
- main - directory with new_main.c file which is used for "Problem LC" contest