Devakinandan·Apr 29Why Perfectionism is Actually Lazinessfive insights i have gained after watching mark manson’s video
Devakinandan·Sep 8, 2024int m=(l+h) >> 1; what does it mean?The expression int m = (l + h) >> 1; is used to calculate the midpoint of two integers l and h, typically in the context of a binary search…
Devakinandan·Jun 13, 2024Why Use mid = left + (right-left) / 2 Instead of mid = (left +right) / 2 to Calculate the Midpoint…Using `mid = left + (right — left) / 2` instead of `mid = (left + right) / 2` helps to prevent potential overflow errors. Let’s delve into…
Devakinandan·Nov 17, 2021Why Reading Doesn’t SuckUnlike reading a book or listening to a podcast, watching television takes an unbelievably little amount of effort. There’s a reason it’s…
Devakinandan·Oct 24, 2021Here is how Mark Manson filters information he Readsthe same way we must monitor our food intake to take care of our physical health, we must monitor our informational intake to take care of…
Devakinandan·Oct 22, 2021One question we need to ask our selves moreThis is the most important question of all, that is…