This video explains how to find if the kth bit in a number is set or not. I have shown 3 methods to find it. The first method is the naive or bruteforce approach which first converts the entire number to its binary representation and then see if the kth bit is set or not. The second method is a better approach which doesn't actually finds out binary but uses clever division approach. The third method is by using Bitmasking approach which is the efficient way to solve this problem. CODE LINK is present below. If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if you found it helpful...CYA :)
CODE LINK: https://gist.github.com/SuryaPratapK/...
Watch video Check if Kth bit is set or not online without registration, duration hours minute second in high quality. This video was added by user Techdose 06 January 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 12,478 once and liked it 206 people.