Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::bsearch ('bsearch' is an abbreviation of 'binary search') is an STL algorithm to search for a value in a sorted container.
#include <algorithm> |
Screen output:
0 is present |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml