Community Problem

Snapshot Array

Difficulty: Medium

Implement an array-like structure with constant-time set / snap and binary-search get-at-snapshot, using per-index version lists.

Snapshot Array

Implement an array-like structure with constant-time set / snap and binary-search get-at-snapshot, using per-index version lists.

MEDIUM
$6.99
data-structures
binary-search
arrays
nathanmurphy

By @nathanmurphy

February 7, 2026

·

Updated May 18, 2026

795 views

12

4.3 (14)

Problem statement is locked. Purchase this item to view the full content.

Solution

Starter code, test cases, and solutions are locked.

Purchase this item to access the full workspace.

All Problems