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

Added abstract methods for LinkedList base class #223

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

HarsheetKakar
Copy link
Contributor

References to other Issues or PRs or Relevant literature

Fixes #187

Brief description of what is fixed or changed

Added abstract methods which are common in DLL and SLL.

Other comments

@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #223 into master will increase coverage by 0.002%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #223       +/-   ##
=============================================
+ Coverage   98.513%   98.516%   +0.002%     
=============================================
  Files           24        24               
  Lines         2018      2022        +4     
=============================================
+ Hits          1988      1992        +4     
  Misses          30        30               
Impacted Files Coverage Δ
...datastructs/linear_data_structures/linked_lists.py 99.613% <100.000%> (+0.006%) ⬆️

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit 40693fa into codezonediitj:master Mar 27, 2020
Vanshika266 pushed a commit to Vanshika266/pydatastructs that referenced this pull request Apr 7, 2020
Co-authored-by: Harsheet-saxena <harshsaxena1999@gmail.com>
Vanshika266 added a commit to Vanshika266/pydatastructs that referenced this pull request Apr 7, 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 common abstract methods in LinkedList
3 participants