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

reversed method applied in DODA #211

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

HarsheetKakar
Copy link
Contributor

References to other Issues or PRs or Relevant literature

Fixes #209

Brief description of what is fixed or changed

Other comments

@codecov
Copy link

codecov bot commented Mar 24, 2020

Codecov Report

Merging #211 into master will decrease coverage by 0.057%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #211       +/-   ##
=============================================
- Coverage   96.933%   96.876%   -0.058%     
=============================================
  Files           24        24               
  Lines         1859      1921       +62     
=============================================
+ Hits          1802      1861       +59     
- Misses          57        60        +3     
Impacted Files Coverage Δ
pydatastructs/linear_data_structures/arrays.py 100.000% <100.000%> (ø)
...datastructs/miscellaneous_data_structures/queue.py 98.666% <0.000%> (-1.334%) ⬇️
pydatastructs/trees/heaps.py 97.802% <0.000%> (-0.532%) ⬇️
pydatastructs/graphs/algorithms.py 100.000% <0.000%> (ø)

Impacted file tree graph

@czgdp1807
Copy link
Member

Looks Okay.

@czgdp1807 czgdp1807 merged commit 6605b97 into codezonediitj:master Mar 25, 2020
@HarsheetKakar HarsheetKakar deleted the reverse branch March 25, 2020 07:42
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.

implement __reversed__() in Array
3 participants