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

docs: Shortest path example #25

Merged
merged 3 commits into from
May 29, 2023
Merged

docs: Shortest path example #25

merged 3 commits into from
May 29, 2023

Conversation

bobluppes
Copy link
Owner

  • Adds example usage of shortest path algorithm introduced in feat: Unweighted shortest path #18
  • Change signature of vertex and edge writers to accept vertex id and edge id as parameters

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (3f8d83d) 99.84% compared to head (e3b5884) 99.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          15       15           
  Lines         651      651           
=======================================
  Hits          650      650           
  Misses          1        1           
Impacted Files Coverage Δ
src/graaflib/io/dot.h 100.00% <100.00%> (ø)
src/graaflib/io/dot.tpp 100.00% <100.00%> (ø)
test/graaflib/io/dot_test.cpp 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bobluppes bobluppes merged commit 9317eaa into main May 29, 2023
8 checks passed
@bobluppes bobluppes deleted the shortest_path_example branch May 29, 2023 15:11
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.

None yet

1 participant