General Purpose Algorithm
(Redirected from Domain Independent Algorithm)
Jump to navigation
Jump to search
A General Purpose Algorithm is an Algorithm that can be applied to a wide range of Tasks, typically from more than one Domain.
- AKA: Domain Independent Algorithm.
- Context:
- It can be incorporated into several Domain Specific Algorithms.
- It can have general Data Structures as Inputs, such as a set or Array.
- …
- Example(s):
- Counter-Example(s):
- See: Computing System, Domain Specific Algorithm.