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 2022.12 #14
Merged
Merged
Release 2022.12 #14
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
* Longest unique characters sequence length Added get longest unique characters sequences length function. Added test cases for the function. * Updated documentation * Added sum strings Added implementation of "sum strings" challenge. The function gets two numbers as strings and return their sum as string. Test cases are added as well. * Updated sum of strings implementation Added more tests. Updated function implementation to include edge cases coverage.
Updated imports on package initialization. Updated docstrings in functions.
Updated ignore patterns list. Fixed some strict mypy annotation issues.
Updated docstrings.
Added a dedicated function to get fight results.
This was
linked to
issues
Dec 28, 2022
Closed
Added "find prefix" problem set. Implemented straight-forward approach and test cases. Test fixtures are generated using https://random.org/
Added custom exception to track negative search results. Updated prefix bisect functions with raise NotFound. Updated find all function.
Closed
* Rebased 'feature/dynamic' onto 'devel' * Added factorial function Added factorial getter function implementation and tests. Added typed marker file for the "calc" package. * Added dynamic package Implemented fibonacci number getter function (dynamic programming). Added corresponding test cases for huge numbers to demonstrate enhancements. * Added grid traveler problem * Updated function signatures * Updated memoize decorator documentation * Updated imports * Fixed pylint issues * Added can sum target function Implemented function to check, if it's available to get the target number. Added test cases as well. Only tabulation approach implemented. * Updated memoize decorator docstring * Added can sum target function Implemented memoized function and test cases. * Refactored "can_get_target" function * Updated tabulation functions Implemented function to get the best sequence to get target number. Added test cases as well. This algorithm has no limitations on available numbers usage. * Added some comments to dynamic functions * Added partition list function boilerplate Prepared some test cases, including edge cases tests. TDD - test are expected failed (no pytest marks). * Revert "Added partition list function boilerplate" This reverts commit 8a49e9b.
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.