Skip to main content

MiniKV, Integrated

Challenge on lesson: Checkpoint: The Store That Survives

Implement kv_init/put/get/del/count/iter, kv_save, and kv_load per the documented format (669-byte snapshot, checksummed) and the error contract. Ownership, replace semantics, capacity, and validation are all graded.

Difficulty: intermediate

Back to lesson: Checkpoint: The Store That Survives