Skip to content

Commit

Permalink
fix/algo(dsa): merge sort tree tex time complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusvrs committed May 13, 2024
1 parent 753891f commit 528bf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/data-structures/merge-sort-tree.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ \subsection{Merge Sort Tree}

Build: $O(N \log N)$

inrange: $O(\log N)$
inrange: $O(\log^2 N)$

0 comments on commit 528bf03

Please sign in to comment.