@@ -96,7 +96,6 @@ Submit a proposal as an Ed Discussion board question addressing the following qu
- What is your research context? Describe the abstract data type or computational problem.
- Describe a simple baseline algorithm for solving the problem. Outline 3 other approaches that you suspect would be more efficient.
- Do the 3 approaches lend themselves more towards asymptotic analysis, experimental analysis, or affordance analysis? For example, asymptotic analysis may not be helpful if we expect that the order of growth will be about the same, and affordance analysis may be more important if the 3 approaches do not all implement the same interface.