Algorithm Model
(Redirected from algorithm definition)
Jump to navigation
Jump to search
An Algorithm Model is a model for an algorithm.
- AKA: Software Program Definition.
- Context:
- It can range from being an Informal Algorithm Definition (such as pseudocode) to being a Formal Algorithm Definition (such as a program code).
- It can be produced by an Algorithm Design Task.
- It can be specified in an Algorithm Modeling Language, such as pseudocode.
- It can be patterned against some Algorithm Pattern.
- It can be an input to a Software Program Creation Task (for a software program).
- Example(s):
- Counter-Example(s):
- See: Algorithm Pattern, Meta-Model, Algorithm Analysis, Software Program.