Skip to content

[WIP] Added data structure for graphs #17

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
wants to merge 8 commits into from

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

PyDataStructs now support Graph

Other comments

This PR is in a draft state.

@codecov
Copy link

codecov bot commented Jun 26, 2019

Codecov Report

Merging #17 into master will decrease coverage by 13.085%.
The diff coverage is 36.082%.

@@              Coverage Diff               @@
##            master       #17        +/-   ##
==============================================
- Coverage   97.761%   84.675%   -13.086%     
==============================================
  Files           15        17         +2     
  Lines          536       509        -27     
==============================================
- Hits           524       431        -93     
- Misses          12        78        +66
Impacted Files Coverage Δ
pydatastructs/__init__.py 100% <100%> (ø) ⬆️
pydatastructs/trees/space_partitioning_trees.py 96.825% <100%> (-0.794%) ⬇️
pydatastructs/graphs/__init__.py 100% <100%> (ø)
pydatastructs/graphs/graphs.py 31.868% <31.868%> (ø)
pydatastructs/trees/binary_trees.py 93.406% <0%> (-3.72%) ⬇️
...datastructs/miscellaneous_data_structures/stack.py 88.636% <0%> (-3.672%) ⬇️
pydatastructs/linear_data_structures/arrays.py 97.56% <0%> (-2.44%) ⬇️
.../miscellaneous_data_structures/tests/test_stack.py 100% <0%> (ø) ⬆️
pydatastructs/trees/tests/test_binary_trees.py 100% <0%> (ø) ⬆️
... and 4 more

Impacted file tree graph

@czgdp1807
Copy link
Member Author

This needs a reconsideration. I will continue my work once GraphNode is added.

@czgdp1807 czgdp1807 mentioned this pull request Jan 5, 2020
@czgdp1807 czgdp1807 closed this in #80 Jan 5, 2020
@czgdp1807 czgdp1807 deleted the graphs branch March 23, 2020 14:30
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