Big Idea 4: Algorithms
What is an Algorithm?
An algorithm is defined as a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer. Algorithms take in zero or more inputs and give back one or more outputs. A manual on how to build a bookshelf is a good example of an algorithm. It takes inputs such as screws, nails, wood, etc., and produces an output, the completed shelf. The study of algorithms is an important topic for determining the most efficient way to do calculations in a computer program.
Algorithms, Complexity, and Computability 2016
Algorithms Pseudocode
Algorithms Big O Questions
algorithmNotes.docx
algorithmProb010Sol.docx
Algorithms – Sample Problems
Algorithms-Sample-Problems.pdf
Algorithms-Sample-Problems-and-Solutions.pdf
Recursive Questions
recursionProb010.docx
recursionProb010sol.docx
recursionPraxisProb22.docx
recursionPraxisProb22sol.docx