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

Added parallel BFS #130

Merged
merged 4 commits into from
Mar 9, 2020
Merged

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Closes #82

Brief description of what is fixed or changed

Other comments

@codecov
Copy link

codecov bot commented Mar 8, 2020

Codecov Report

Merging #130 into master will decrease coverage by 1.831%.
The diff coverage is 12.5%.

@@              Coverage Diff              @@
##            master      #130       +/-   ##
=============================================
- Coverage   97.876%   96.045%   -1.832%     
=============================================
  Files           21        21               
  Lines         1460      1492       +32     
=============================================
+ Hits          1429      1433        +4     
- Misses          31        59       +28
Impacted Files Coverage Δ
pydatastructs/graphs/__init__.py 100% <ø> (ø) ⬆️
pydatastructs/graphs/algorithms.py 53.333% <12.5%> (-46.667%) ⬇️

Impacted file tree graph

@czgdp1807 czgdp1807 changed the title [WIP] Added parallel BFS Added parallel BFS Mar 9, 2020
@czgdp1807 czgdp1807 merged commit 6517ea5 into codezonediitj:master Mar 9, 2020
@czgdp1807 czgdp1807 deleted the bfs_parallel branch March 9, 2020 14:31
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.

Add breadth first search for graphs
1 participant