Update 4_Silver_BinSearch.md

This commit is contained in:
nchn27 2020-06-05 18:43:24 -04:00 committed by GitHub
parent 81106a309f
commit 7281a5104b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,14 @@
---
slug: /silver/binary-search
title: "Binary Search"
author: Unknown
author: Nathan Chen (incomplete)
order: 4
prerequisites:
-
- Silver - Sorting
---
test
Binary search can be used on monotonic functions for a logarithmic runtime.
<!-- END DESCRIPTION -->