buds
0.1
FORTRAN reference counted types
|
Searches for a specific integer value in a sorted array (heuristic search) More...
Private Member Functions | |
pure subroutine | find_binheur_is_ (n, array, val, idx) |
pure subroutine | find_binheur_ii_ (n, array, val, idx) |
pure subroutine | find_binheur_il_ (n, array, val, idx) |
Searches for a specific integer value in a sorted array (heuristic search)
Efficient binary-like search algorithm for searching for specific elements in an integer array.