-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add human readable 128bit output for 64 bit double word - IE: 3:13497924420419572192 reads 68,838156,641548,227040 #34
Labels
Comments
obriensystems
changed the title
Add 64bit output for double word
Add human readable 128bit output for 64 bit double word - IE: 3:13497924420419572192 reads 68,838156,641548,227040
Jan 11, 2025
ie: adding binary numbers - a current leetcode I am working on (tops out at 61 bits
|
obriensystems
added a commit
that referenced
this issue
Jan 19, 2025
obriensystems
added a commit
that referenced
this issue
Jan 19, 2025
missing case for over 64 bits
|
obriensystems
added a commit
that referenced
this issue
Jan 19, 2025
working now
|
check 13900a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wen we get past 64 bits - it is hard to determine if the number is accurate or not
see
http://www.ericr.nl/wondrous/pathrecs.html
for example
GPU01:Sec: 93 GlobalMax: 0:23035537407: 3:13497924420419572192 last search: 23035576323
3:13497924420419572192
would read
68,838156,641548,227040
algorithm would be around multiplying the msb by 2^64
The text was updated successfully, but these errors were encountered: