go binary tree search
1.0.0
A simple console game implementation using binary search algorithm and GO.
In computer science, binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position of a target value within a sorted array.
Iteration 1
Iteration 2
Iteration 3
Iteration 4