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

Renamed class Node to TreeNode #35

Merged
merged 1 commit into from
Dec 2, 2019

Conversation

raajtilaksarma
Copy link
Contributor

@raajtilaksarma raajtilaksarma commented Dec 2, 2019

References to other Issues or PRs or Relevant literature

#34

Brief description of what is fixed or changed

Renamed all Node classes to TreeNode

Other comments

Did not create GraphNode class yet.

@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is 100%.

@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  Coverage   97.895%   97.895%           
=========================================
  Files           15        15           
  Lines          998       998           
=========================================
  Hits           977       977           
  Misses          21        21
Impacted Files Coverage Δ
pydatastructs/utils/__init__.py 100% <ø> (ø) ⬆️
pydatastructs/trees/__init__.py 100% <ø> (ø) ⬆️
pydatastructs/trees/space_partitioning_trees.py 97.619% <100%> (ø) ⬆️
pydatastructs/utils/misc_util.py 100% <100%> (ø) ⬆️
pydatastructs/trees/tests/test_binary_trees.py 100% <100%> (ø) ⬆️
pydatastructs/trees/binary_trees.py 96.446% <100%> (ø) ⬆️

Impacted file tree graph

@czgdp1807
Copy link
Member

No further work is needed. I will merge it after reviewing by tonight.

@czgdp1807 czgdp1807 merged commit ad9d297 into codezonediitj:master Dec 2, 2019
@czgdp1807
Copy link
Member

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants