buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Searches for a specific integer value in a sorted array (heuristic search) More...

Collaboration diagram for find_binheur:
Collaboration graph

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)
 

Detailed Description

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.


The documentation for this interface was generated from the following file: