This repository was archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Release 2023.05.1 #51
Merged
Merged
Conversation
This file contains hidden or 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
Adjusted test cases. Applied minor update is "sequences" module functions' signatures. Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Added functions boilerplate: - get_palindrome_primes - get_palindrome_squares Test cases are implemented (TDD). Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Added functions: - get_palindrome_primes - get_palindrome_squares Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Implemented base challenges: withdraw and get_total. Added test cases. Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Added test cases and updated function boilerplate Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Changed ``withdraw`` implementation to return pairs in ascending order. Denomination values are used for sorting. Added docstrings. Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Updated function signature to avoid type checker errors. Updated function implementation with `map` and `sum` usage. Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
This reverts commit 137bbb2.
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Requires backtracking algorithm implementation. Will be resolved in the future (#50). Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Project dependencies are updated to the newest versions. Added Python3.11 to tox configuration. Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.