Conceptual Design Categories: and Limitations of Software Engineers
Conceptual Design Categories: and Limitations of Software Engineers
• “Algorithm” conceptual design strategies, all having the common goal of dealing
with “algorithmic” complexity. Strategies in this category included:
• Greedy (aka brute force)
• Divide and Conquer
• Dynamic
The common focus of these strategies: choosing an effective and efficient
problem solution based on the problem at hand that addresses the capabilities
and limitations of the computer and its resources.