You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first and third graphics in the figure count each individual line as an interaction. The second graphic counts the arrows as the interactions. There are only 15 lines in the second graphic, but the description states there are 30 interactions.
This is probably fine, but there's an example exercise that asks you two define the Big O notation for the complexity growth. The inconsistency in how an interaction is defined makes that very challenging.
The first and third graphics in the figure count each individual line as an interaction. The second graphic counts the arrows as the interactions. There are only 15 lines in the second graphic, but the description states there are 30 interactions.
This is probably fine, but there's an
exampleexercise that asks you two define the Big O notation for the complexity growth. The inconsistency in how an interaction is defined makes that very challenging.Figure I'm referring to: https://github.com/gvwilson/sdxpy/blob/main/src/intro/complexity.svg
The text was updated successfully, but these errors were encountered: