SarthakKeshari / Java-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
46 stars 95 forks source link

Bitwise AND of Numbers Range #382

Closed satyam878 closed 2 years ago

satyam878 commented 2 years ago

Enter your question -

Given two integers left and right that represent the range [left, right], return the bitwise AND of all numbers in this range, inclusive.

Enter link to the question(if question belongs to any online platform) -

https://leetcode.com/problems/bitwise-and-of-numbers-range/

Tags for the question(eg - Array, Basic, Stack, etc.) -

bit-manipulation

satyam878 commented 2 years ago

Kindly assign me this task @SarthakKeshari

SarthakKeshari commented 2 years ago

@satyam878, Kindly add your solution to "leetcode" folder Deadline - 11/10/2021