An algorithmic paradigm or algorithm design paradigm is a generic model or framework which underlies the design of a class of algorithms. An algorithmic paradigm is an abstraction higher than the notion of an algorithm, just as an algorithm is an abstraction higher than a computer program.
We don't have any images related to Algorithmic paradigm yet.
You can add one yourself here.
We don't have any YouTube videos related to Algorithmic paradigm yet.
You can add one yourself here.
We don't have any PDF documents related to Algorithmic paradigm yet.
You can add one yourself here.
We don't have any Books related to Algorithmic paradigm yet.
You can add one yourself here.
We don't have any archived web articles related to Algorithmic paradigm yet.
List of well-known paradigms
General
- Backtracking
- Branch and bound
- Brute-force search
- Divide and conquer
- Dynamic programming
- Greedy algorithm
- Recursion
- Prune and search