Design (key, value) Storage with Snapshots
CodingPhoneSoftware EngineerReported Oct, 2025
Company question banks are included with the Insider plan.
Design a key-value store that supports point-in-time snapshots.
Implement the SnapshotMap class:
SnapshotMap() Initializes an empty store. The next snapshot id is 0.