Skip to content

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