Skip to content
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

Merged
merged 5 commits into from
Mar 9, 2020

Conversation

prshnt19
Copy link
Member

@prshnt19 prshnt19 commented Mar 6, 2020

References to other Issues or PRs or Relevant literature

FIxes #49 #113

Brief description of what is fixed or changed

Other comments

@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #127 into master will increase coverage by 0.134%.
The diff coverage is 100.000%.

@@              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     

Impacted file tree graph

Comment on lines 56 to 57
# kwargs.get('items', None),
# kwargs.get('dtype', LinkedListNode)
Copy link
Member

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?

Copy link
Member Author

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.

@czgdp1807
Copy link
Member

@manaswinidas Please see if the tests are conceptually correct.

@czgdp1807 czgdp1807 merged commit f517caa into codezonediitj:master Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Linked Lists
2 participants