Algorithms
What is an Algorithm?
An algorithm is a set of instructions for accomplishing a task
Any piece of code can be treated as an algorithm
Binary Search
Input: accepts a sorted list of elements
If the element you're looking for is in the list, then the...
themelsilva.hashnode.dev3 min read