

Glossary of Terms Algorithm
Algorithms can generally be broken down into two types: definitive and subjective. Definitive algorithms perform tasks that have a definite answer and a best method for processing. An example is searching for a word in a list. Depending on the size of the list, certain search algorithms are more efficient then others. Definitive algorithms are typically of interest to only computer scientist.
Subjective algorithms are more interesting for business purposes. In general a subjective algorithm processes information based on an assumptive model where the "right" answer is a matter of opinion. Subjective algorithms are used heavily in social sciences, economics, business and financial forecasting, etc. The best-known examples of subjective algorithms on the Internet are those used by public search engines. Each search engine uses a different method to determine which web page/site best matches your search. The designers of the search engine determine what is "best".





