Skip to content

Assignment 2 (Extra tips)

Anna Sapienza edited this page Oct 27, 2021 · 1 revision

Below is general feedback, based on your answers to Assignment 1.

  • Answering "yes" or "no" to questions is not sufficient. The questions are an invitation for you to reflect on why.
    • Example of problematic response. Q: "Do the two arrays have the same length?" A: "no"
  • Guessing on or eyeballing the answer is not sufficient. You should provide the exact solution.
    • Example of problematic response. Q: "calculate the number of nodes Ncr so that the network has only one component." A: "It can be seen from the plot that it is around value"
  • Show that you understand the context of the solution.
    • Example of problematic response. Q: "calculate the number of nodes Ncr so that the network has only one component." A: "9119.78475 nodes"
  • Make sure you comment your figures and explain which information you're able to extract from them even if it's not explicitly asked.
  • Make sure you add references any time you introduce a formula, algorithm, etc.
  • Make sure that your notebook does not contain irrelevant output
    • Example: do not submit a notebook, where you printed out a huge list of links in your graph
Clone this wiki locally