← 返回 openai 的题目列表Design KV Store with File Serialization
类型:online_judge
Design a key-value store system that supports serialization and deserialization. The first challenge is to implement basic serialization and deserialization. The follow-up question: if each file has a 1KB limit and the serialization of the key-value store requires multiple files to save, how would you design it?
Example
Input
input1