-
Notifications
You must be signed in to change notification settings - Fork 271
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
LinkedListQueue Added #127
LinkedListQueue Added #127
Conversation
Codecov Report
@@ Coverage Diff @@
## master #127 +/- ##
=============================================
+ Coverage 97.821% 97.956% +0.134%
=============================================
Files 20 20
Lines 1423 1468 +45
=============================================
+ Hits 1392 1438 +46
+ Misses 31 30 -1 |
# kwargs.get('items', None), | ||
# kwargs.get('dtype', LinkedListNode) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this commented out? Can we keep the API similar to the ArrayQueue
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made LinkedListQueue
analogous to ArrayQueue
. Now they have similar API.
@manaswinidas Please see if the tests are conceptually correct. |
References to other Issues or PRs or Relevant literature
FIxes #49 #113
Brief description of what is fixed or changed
Other comments