From ed7f42fa702d97e058e80c6d55164af44edc7017 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Fri, 9 Jan 2026 17:47:32 +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..0f9ce1f 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 ## Overview