javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Create extractBits.js

Open UjjwalAryal opened this issue 7 years ago • 4 comments

Function to extract 'k' bits from position 'p' and returns the extracted value as integer.

UjjwalAryal avatar Aug 03 '18 15:08 UjjwalAryal

@UjjwalAryal thank you for PR! Could you please provide tests and description in related README file?

trekhleb avatar Aug 27 '18 13:08 trekhleb