Solved solution along with tests for Kata02: Karate Chop (A binary chop (sometimes called the more prosaic binary search)) : http://codekata.com/kata/kata02-karate-chop/
-
Updated
Oct 26, 2017 - C#
Solved solution along with tests for Kata02: Karate Chop (A binary chop (sometimes called the more prosaic binary search)) : http://codekata.com/kata/kata02-karate-chop/
Algoritmo utilizado para pesquisar um valor em uma lista ordenada. Também chamado de: "Busca Binária", "Half-interval Search", "Logaritmic Search" e "Binary Chop"
Add a description, image, and links to the binary-chop topic page so that developers can more easily learn about it.
To associate your repository with the binary-chop topic, visit your repo's landing page and select "manage topics."