上传者: liuzhuchen
|
上传时间: 2022-03-17 11:15:49
|
文件大小: 155KB
|
文件类型: -
In this assignment we will develop a key value store called Snapshot DB in the C programming language using dynamic data structures, ensuring that no memory errors occur. Each entry of the database is identified by a unique key string and contains a dynamically sized list of integer values.