Skip to content

refactor: algorithm directory structure#105

Merged
bobluppes merged 2 commits into
mainfrom
refactor-algorithm-directory-structure
Sep 30, 2023
Merged

refactor: algorithm directory structure#105
bobluppes merged 2 commits into
mainfrom
refactor-algorithm-directory-structure

Conversation

@bobluppes
Copy link
Copy Markdown
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
Copy Markdown

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