From f9632b635d22f2aafe0d124a8438c0775276c95c Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Fri, 9 Jan 2026 18:48:55 +1100 Subject: [PATCH] Update Jump Keyword --- Jump-Keyword.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jump-Keyword.md b/Jump-Keyword.md index 0f9ce1f..13f9306 100644 --- a/Jump-Keyword.md +++ b/Jump-Keyword.md @@ -2,9 +2,7 @@ Keyword: `jump` Syntax: `jump %line` -Average Time Complexity: `O(1)` - -Worst Case Time Complexity: `O(n)`, where `n` is the number of labels +Time Complexity: ## Overview