course objectives:

<aside> 💥 algorithm: procedure for solving a mathematical problem in a finite number of steps that frequently involves repetition of an operation; a step-by-step method of accomplishing some task

</aside>

<aside> 💥 textbook def algorithm: well-ordered collection of unambiguous and computable operations that when executed produces a result that halts in a finite amount of time

</aside>

<aside> 💥 algorithm: a step by step process that removes all intelligence from the solution process. something as stupid as a computer can follow the steps to make something happen. hey u can be 3 or 83 and if u can follow these instructions, u can solve this problem

</aside>

<aside> 💥 computer science: the study of algorithms including:

</aside>

your first algorithm

linear or sequential search: algorithm to determine whether a given name x appears on a list

pseudocode