javascript-algorithms
javascript-algorithms copied to clipboard
Create extractBits.js
Function to extract 'k' bits from position 'p' and returns the extracted value as integer.
@UjjwalAryal thank you for PR! Could you please provide tests and description in related README file?