Skip to content

Revert "[WIP] Added base class SelfBalancingTree for Red Black Tree" #188

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

Closed

Conversation

HarsheetKakar
Copy link
Contributor

Reverts #176
root node was not updating, will send a corrective PR in an hour.

@codecov
Copy link

codecov bot commented Mar 22, 2020

Codecov Report

Merging #188 into master will decrease coverage by 0.015%.
The diff coverage is 90.000%.

@@              Coverage Diff              @@
##            master      #188       +/-   ##
=============================================
- Coverage   96.864%   96.849%   -0.016%     
=============================================
  Files           24        24               
  Lines         1818      1809        -9     
=============================================
- Hits          1761      1752        -9     
  Misses          57        57               
Impacted Files Coverage Δ
pydatastructs/trees/binary_trees.py 96.894% <90.000%> (-0.057%) ⬇️

Impacted file tree graph

@czgdp1807
Copy link
Member

Can you please explain the bug?

@HarsheetKakar
Copy link
Contributor Author

Can you please explain the bug?

self.root_idx was not updating, made required changes in #189

@HarsheetKakar HarsheetKakar deleted the revert-176-RBTree branch March 22, 2020 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants