Add typing to data_structures/queue/queue_on_pseudo_stack.py#7037
Add typing to data_structures/queue/queue_on_pseudo_stack.py#7037cclauss merged 2 commits intoTheAlgorithms:masterfrom
Conversation
hacktoberfest
for more information, see https://pre-commit.ci
CaedenPH
left a comment
There was a problem hiding this comment.
This isn't really adding typing, this is just indicating that these functions return a type.
Please be specific with the types, -> Any doesn't tell us anything about the function return type.
Actually it tells that the function is generic and not limited to any particular primitive. @CaedenPH |
What does the |
An item from the structure. which could be of Any type here. |
I see, I guess that is fine |
|
@CaedenPH is your review not sufficient to merge? do we need extra reviews? |
|
requesting review if someone can please take a look. thanks in advance! |
|
Thanks!!! |
|
@cclauss can you please add hacktoberfest-accepted label to this as well? thanks in advance! :) |
hacktoberfest
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.