Sunil Kumar YadavSep 16, 20212 min readHow std::binary_search work with std::list?The Standard Library allows you to apply the binary_search and lower_bound algorithms to any sorted sequence container, including std::list