Skip to content

Commit

Permalink
Update 3-6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pcrab authored and Peng-Yu Chen committed Aug 30, 2021
1 parent 8eaf789 commit 16a4fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Chap03/Problems/3-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ n - 1 & 0 & \Theta(n) \\\\
\lg n & 1 & \Theta(\lg^\*{n}) \\\\
n / 2 & 1 & \Theta(\lg n) \\\\
n / 2 & 2 & \Theta(\lg n) \\\\
\sqrt 2 & 2 & \Theta(\lg\lg n) \\\\
\sqrt 2 & 1 & \text{does not converge} \\\\
\sqrt n & 2 & \Theta(\lg\lg n) \\\\
\sqrt n & 1 & \text{does not converge} \\\\
n^{1 / 3} & 2 & \Theta(\log_3{\lg n}) \\\\
n / \lg n & 2 & \omega(\lg\lg n), o(\lg n)
\end{array}
Expand Down

0 comments on commit 16a4fe0

Please sign in to comment.