From 3efeb4f3359f0057ca5948ecd8f3a84c36716251 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Aug 2026 08:36:02 +0000 Subject: [PATCH 1/2] Initial plan From 66a2a8da450a8412e52dee7b877ff4d49af4fde9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Aug 2026 08:37:57 +0000 Subject: [PATCH 2/2] Fix frontend SimulationFrame comparing type --- frontend/src/models/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/models/types.ts b/frontend/src/models/types.ts index 362498c..726f5fc 100644 --- a/frontend/src/models/types.ts +++ b/frontend/src/models/types.ts @@ -22,6 +22,7 @@ export type SimulationFrame = { frame: number; array: number[]; highlight: number[]; + comparing?: number[]; sortedBoundary: number; pivotIndex: number; mergeRegionStart: number;