Sometimes we need to find the number of Even and Odd Counts in a given range. So, how can we do it? Bruthforces - we write down all the numbers to our given range. And then count even and odd. But this is not a good idea. Cause it takes too many tim...
anikakash.hashnode.dev2 min read
No responses yet.