Algorithm - Lifecycle
About
To develop a usable algorithm.
- Model the problem.
- Find/make an algorithm to solve it.
- If it is not fast enough or it fits not in memory:
- Figure out why ?
- Find a solution
- Iterate: Adjust the original algorithm
To develop a usable algorithm.