General Algorithm
(Redirected from general algorithm)
Jump to navigation
Jump to search
A General Algorithm is an algorithm that is an effective algorithm for many tasks.
- Example(s)
- QuickSort Algorithm, which can be applied to many sorting tasks.
- …
- Counter-Example(s):
- See: Fast Algorithm, Simple Algorithm.