matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.07k stars 1.26k forks source link

And_all_Number_Range(a,b) #770

Closed Shivamj075 closed 5 years ago

Shivamj075 commented 5 years ago

We find the And of all numbers in range a to b inclusive in O(1) Solution

matthewsamuel95 commented 5 years ago

add to table of contents