No labels!
There aren’t any labels for this repository quite yet.
29 labels
Algorithmic functions should not print
Algorithmic functions should not print
Do not meet Solution Guidelines
Do not meet Solution Guidelines
Please read the Solution guidelines and make the necessary changes.
hacktoberfest-accepted
hacktoberfest-accepted
Accepted to be counted towards Hacktoberfest
Multiple Algorithms Not Allowed
Multiple Algorithms Not Allowed
Multiple algorithms in a single pull request are not allowed.
Require: Descriptive names
Require: Descriptive names
Please provide descriptive function and variable names.
Require: Optimization
Require: Optimization
Algorithm needs to be optimized to reduce time complexity.
Require: Proper Documentation
Require: Proper Documentation
Requested to write the documentation properly.
Require: Tests
Require: Tests
Tests [doctest/unittest/pytest] are required
Require: Type hints
Require: Type hints
https://docs.python.org/3/library/typing.html
Status: awaiting changes
Status: awaiting changes
A maintainer has requested changes to the marked PR.
Status: Merge Conflicts
Status: Merge Conflicts
Open a new PR or rebase on the latest commit.
Status: Tests are failing
Status: Tests are failing
Do not merge until tests pass