Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement clz (count leading zeroes) in Javascript #956

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Implement clz (count leading zeroes) in Javascript #956

merged 1 commit into from
Nov 13, 2024

Conversation

dfellis
Copy link
Member

@dfellis dfellis commented Nov 13, 2024

No description provided.

@dfellis dfellis self-assigned this Nov 13, 2024
@dfellis
Copy link
Member Author

dfellis commented Nov 13, 2024

Figuring out the binary search implementation for clz was a fun puzzle. :)

@dfellis dfellis merged commit 0a3cecb into main Nov 13, 2024
13 checks passed
@dfellis dfellis deleted the clz-js branch November 13, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant