You should be aware of a few basic techniques that occur over and over again in many algorithms:
- Brute Force
- Divide and Conquer
- Greedy Programming
- Dynamic Programming
You should be aware of a few basic techniques that occur over and over again in many algorithms: