{"id":"defuse-the-bomb-brute-force-complexity","text":"The defuse-the-bomb solution runs in O(n * |k|) time by re-summing the window from scratch at every position, rather than using a sliding window or prefix sum for O(n).","truth_value":"IN","source":"entries/2026/06/06/defuse-the-bomb-solution.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"defuse-the-bomb-brute-force-complexity","truth_value":"IN","reason":"premise"}]}}