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