This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/4_Silver/Binary_Search.md
2020-06-15 21:58:45 -04:00

1.6 KiB

id title author
binary-search Binary Search on the Answer Darren Yao

Binary Searching on the Answer

Oftentimes used when you need to find the minimum or maximum of some quantity such that it satisfies some property.

Tutorial

  • Intro to USACO 12.1

Problems