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