Skip to content
Snippets Groups Projects
Commit 61e5f81a authored by Kevin Lin's avatar Kevin Lin
Browse files

research-project: Most ADTs are standard, so remove affordance analysis

parent 233d4108
No related branches found
No related tags found
No related merge requests found
Pipeline #400930 passed with stages
in 47 seconds
......@@ -48,7 +48,7 @@ First, **motivate** the problem that you're solving. Why are you passionate abou
Then, describe the **design** of each data structure and algorithm in enough detail to teach it to another student.
Finally, give an **asymptotic analysis** for each implementation and describe your assumptions to provide the best understanding to the reader. If the application for the data structure cannot be described as a type of set, map, or priority queue, give an **affordance analysis** toward a real-world problem.
Finally, give an **asymptotic analysis** for each implementation and describe your assumptions to provide the best understanding to the reader.
Select one of the following design and analysis themes. Each design and analysis theme introduces 3 algorithms: **discuss all 3 implementations**.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment