Replies: 1 comment
-
Can you provide the proof / paper which demonstrates the correctness? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A mathematically exact, correction-free search algorithm using power-of-two stepping with virtual list length adjustment for sorted datasets
Proposal: Pure Power-of-Two Based Search Algorithm for Sorted Lists
Dear .NET Platform Developers,
I am an independent software developer with a long history of designing efficient algorithms for data structures.
I would like to offer you an innovative search method that I have successfully used in my own projects. This method is conceptually simple, mathematically exact, and particularly suited for sorted lists where jump-based access is important.
Key Features of the Algorithm
Sample C# Implementation
Closing Remarks
I hereby offer this method to you without any restrictions or obligations, hoping that you may find it useful for further exploration or even consider including it in the .NET standard library or Visual Studio tooling.
I am available for further explanation if needed.
Kind regards,
Fred Harthoorn
GitHub: @fredhar
Beta Was this translation helpful? Give feedback.
All reactions