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

refactor: algorithm directory structure #105

Merged
merged 2 commits into from
Sep 30, 2023

Conversation

bobluppes
Copy link
Owner

While the diff of this PR is massive, it does not contain any logic changes. Instead, it merely splits source files and moves them around.

  • Each algorithm is now in its own source file. Same for the corresponding tests.
  • Algorithm directories consistently use an _ rather than -

@bobluppes bobluppes added the refactor A change which does not change any behavior label Sep 30, 2023
@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Files Coverage Δ
.../algorithm/cycle_detection/dfs_cycle_detection.tpp 95.12% <ø> (ø)
...algorithm/graph_traversal/breadth_first_search.tpp 100.00% <100.00%> (ø)
...nclude/graaflib/algorithm/graph_traversal/common.h 100.00% <100.00%> (ø)
...b/algorithm/graph_traversal/depth_first_search.tpp 100.00% <ø> (ø)
...aaflib/algorithm/minimum_spanning_tree/kruskal.tpp 100.00% <ø> (ø)
...nclude/graaflib/algorithm/shortest_path/a_star.tpp 100.00% <100.00%> (ø)
.../graaflib/algorithm/shortest_path/bellman_ford.tpp 100.00% <100.00%> (ø)
...flib/algorithm/shortest_path/bfs_shortest_path.tpp 100.00% <100.00%> (ø)
include/graaflib/algorithm/shortest_path/common.h 100.00% <100.00%> (ø)
...nclude/graaflib/algorithm/shortest_path/common.tpp 100.00% <100.00%> (ø)
... and 19 more

📢 Thoughts on this report? Let us know!.

@bobluppes bobluppes merged commit 26de14f into main Sep 30, 2023
@bobluppes bobluppes deleted the refactor-algorithm-directory-structure branch September 30, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A change which does not change any behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant