Algorithms
Mar 2, 2021 · 3 min read · 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...
Join discussion