Skip to content

Commit

Permalink
docs: update Max \& Min check time complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
iagorrr committed Aug 22, 2024
1 parent 4a3b381 commit b616b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Extras/Max & min check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@Usage: check must be a function that receives
an integer and return a boolean.
@Time: $O(\log{l-r+1})$
@Time: $O(\log{r-l+1})$
>8*/

template <typename T>
Expand Down

0 comments on commit b616b39

Please sign in to comment.