Skip to content

Refactored graphs #225

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

Merged
merged 1 commit into from
Mar 28, 2020
Merged

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Consistency has been introduced in the internal representations of graphs.

Other comments

@codecov
Copy link

codecov bot commented Mar 28, 2020

Codecov Report

Merging #225 into master will increase coverage by 1.394%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #225       +/-   ##
=============================================
+ Coverage   97.123%   98.517%   +1.394%     
=============================================
  Files           24        24               
  Lines         2016      2024        +8     
=============================================
+ Hits          1958      1994       +36     
+ Misses          58        30       -28     
Impacted Files Coverage Δ
pydatastructs/graphs/adjacency_list.py 100.000% <100.000%> (ø)
pydatastructs/graphs/adjacency_matrix.py 100.000% <100.000%> (ø)
pydatastructs/utils/misc_util.py 100.000% <100.000%> (+9.259%) ⬆️
...datastructs/linear_data_structures/linked_lists.py 99.613% <0.000%> (+0.006%) ⬆️
pydatastructs/trees/m_ary_trees.py 90.625% <0.000%> (+56.250%) ⬆️

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit 5e64b80 into codezonediitj:master Mar 28, 2020
@czgdp1807 czgdp1807 deleted the refactor_graph branch March 28, 2020 11:58
Vanshika266 pushed a commit to Vanshika266/pydatastructs that referenced this pull request Apr 7, 2020
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.

1 participant