CMSC 104, Algorithms
Practice Problem Set ( Algorithms )
Definitions:
1.) An Algorithm is a finite set of unambiguous executable instructions that directs a terminating activity.
2.) A generic algorithm will work with any values for input. For example, any integer, any sentence, any set of numbers.
Problems: