-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters