-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructured queue.py and stack.py #152
Restructured queue.py and stack.py #152
Conversation
Codecov Report
@@ Coverage Diff @@
## master #152 +/- ##
=============================================
+ Coverage 98.179% 98.325% +0.145%
=============================================
Files 21 21
Lines 1593 1612 +19
=============================================
+ Hits 1564 1585 +21
+ Misses 29 27 -2
|
pydatastructs/miscellaneous_data_structures/tests/test_queue.py
Outdated
Show resolved
Hide resolved
Please add some tests for the lines marked red here. It will improve the diff coverage. |
|
@czgdp1807 can you go through it once more please? I have made the changes and LinkedListStack is on the way. |
since we are already restructuring the codebase. kindly check #154 too @czgdp1807 |
Merging. |
References to other Issues or PRs or Relevant literature
Fixes #150
Brief description of what is fixed or changed