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

Modified LinkedList API #191

Merged
merged 7 commits into from
Mar 22, 2020
Merged

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

For consistency, data is made optional, and key attribute is added to LinkedListNode.

Other comments

@codecov
Copy link

codecov bot commented Mar 22, 2020

Codecov Report

Merging #191 into master will increase coverage by 0.017%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #191       +/-   ##
=============================================
+ Coverage   96.864%   96.881%   +0.017%     
=============================================
  Files           24        24               
  Lines         1818      1828       +10     
=============================================
+ Hits          1761      1771       +10     
  Misses          57        57               
Impacted Files Coverage Δ
...datastructs/linear_data_structures/linked_lists.py 99.607% <100.000%> (-0.393%) ⬇️
...datastructs/miscellaneous_data_structures/stack.py 100.000% <100.000%> (ø)
pydatastructs/utils/misc_util.py 90.000% <100.000%> (+1.111%) ⬆️

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit 150c6c2 into codezonediitj:master Mar 22, 2020
@czgdp1807 czgdp1807 deleted the linked_list_api branch March 22, 2020 13:30
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.

1 participant