feat: add day 5

This commit is contained in:
2023-12-08 17:10:54 +01:00
parent 2fe7b6a4d6
commit cd316d54f9
4 changed files with 411 additions and 14 deletions

3
map.c
View File

@@ -6,10 +6,9 @@
#include <stdbool.h>
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "map.h"
#include <stdlib.h>
// Load factor. Targets how much space is used under ideal conditions
#define LOAD_FACTOR 0.5