{"id":"shuffle-array-offset-indexing-over-slicing","text":"`shuffle-the-array/solution.py` uses offset indexing (`nums[i]` and `nums[n + i]`) in a single loop rather than slicing into two halves and zipping, avoiding intermediate list allocations.","truth_value":"IN","source":"entries/2026/06/06/shuffle-the-array-solution.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"shuffle-array-offset-indexing-over-slicing","truth_value":"IN","reason":"premise"}]}}