Compute the minimum or maximum of two integers without branching – Bit Algorithm – On some rare machines where branching is expensive below obvious approach
gcd
2 Articles
2
Jump Search – search and sorting algorithm – Jump Search is a searching algorithm for sorted arrays.Basic idea is to check fewer elements.