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 PR fixes the issues with the exercise 3 from the tutorial:
- There was an inconsistency between the code in the solution vs the
exercise, as the exercise used `@classmethod` and the solution did
not. Now that's been made consistent
- The 2nd solution did not lower the memory usage. Not sure why it was
added there - the PR removes it
- An edit to the solution for consistency to utilise the same global
variables instead of magic numbers
Signed-off-by: Gintare Statkute <[email protected]>
0 commit comments