From 5fb63b02521522e342f790e942044a558bf670b3 Mon Sep 17 00:00:00 2001 From: Aakash Panchal <51417248+Aakash-Panchal27@users.noreply.github.com> Date: Thu, 16 Jan 2020 20:37:53 +0530 Subject: [PATCH] Update DSU.md --- Akash Articles/DSU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Akash Articles/DSU.md b/Akash Articles/DSU.md index 759b907..9c3275f 100644 --- a/Akash Articles/DSU.md +++ b/Akash Articles/DSU.md @@ -224,7 +224,7 @@ int Find(x) **Note:** - $log^*(N)$ is the **iterated logarithm**, which is essentially the number of times we have to apply $log$ to $N$ before it becomes less than or equal to 1. -- $\mathcal{O}(\log^*(N))$ is almost constant time becuase $\log^*(N) <=5$ for even such a big number like $2^{65536}$. +- $\mathcal{O}(\log^*(N))$ is almost constant time becuase $\log^*(N) \leqslant 5$ for even such a big number like $2^{65536}$. ## Operation Union