The Wayback Machine - https://web.archive.org/web/20111101203141/http://www.codeguru.com:80/cpp/cpp/algorithms/search/

    Searching

    Linear Search based algorithm for Mth Lexicographic ordering of Mathematical Permutation and Combina

    Algorithms to compute the M-th lexicographic ordering of a permutation or combination and the inverse problem of the rank of a given permutation or sequence.

    Discover the Network Search Capabilities of the Boost Graph Library

    Once you commit your data structures to a graph representation with the Boost Graph Library, the possibilities of sorting, searching, and connecting networks are limitless.

    Sample of a Binary Tree Search

    Search a string in a big array of string pointers using a simple binary tree search method.