Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はfindとbinary_searchを見てきましたが、 find はベクトルがソートされているという事実を利用しておらず、 binary_search は値が見つかった場所ではなく、true または false のみを返します。両方の長所を活かせる機能はありますか?