Posts Tagged: java
Stay up-to-date with the latest news, tips, and insights on Java and learn how to build, deploy, and manage your applications on the JVM.
2014
- How your binary search implementation is broken and how to fix it
Jun 20
This post describes how a bug exists in most implementations of a binary search algorithm and how to fix it