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 more implementations of priority queue #205

Merged
merged 2 commits into from
Mar 24, 2020

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Closes #131

Brief description of what is fixed or changed

Minor changes have been made to interface of BinomialHeap and DHeap along with adding more implementations.

Other comments

@codecov
Copy link

codecov bot commented Mar 24, 2020

Codecov Report

Merging #205 into master will decrease coverage by 0.047%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #205       +/-   ##
=============================================
- Coverage   96.933%   96.886%   -0.048%     
=============================================
  Files           24        24               
  Lines         1859      1895       +36     
=============================================
+ Hits          1802      1836       +34     
- Misses          57        59        +2     
Impacted Files Coverage Δ
...datastructs/miscellaneous_data_structures/queue.py 98.666% <100.000%> (-1.334%) ⬇️
pydatastructs/trees/heaps.py 98.351% <100.000%> (+0.018%) ⬆️

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit a5a7ad9 into codezonediitj:master Mar 24, 2020
@czgdp1807 czgdp1807 deleted the priority_queue branch March 24, 2020 09:40
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 Priority Queue
1 participant