From 850f2280a04b3161bfff6f0553dc2d49533051f0 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Thu, 22 Jan 2026 21:27:07 +1100 Subject: [PATCH] Update Jump Keyword --- Jump-Keyword.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jump-Keyword.md b/Jump-Keyword.md index 13f9306..aab1798 100644 --- a/Jump-Keyword.md +++ b/Jump-Keyword.md @@ -2,7 +2,9 @@ Keyword: `jump` Syntax: `jump %line` -Time Complexity: +Average Time Complexity: `O(1)` + +Worst Case Time Complexity: `O(n)`, where `n` is the number of labels created ## Overview