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

Algorithms defined on CXXGraph::Graph should be broken-out to their own files #303

Open
nrkramer opened this issue May 24, 2023 · 1 comment
Labels
enhancement New feature or request hacktoberfest hacktoberfest issue Priority:Low Priority Label for low priority issue

Comments

@nrkramer
Copy link
Collaborator

Rationale: Graph.hpp is getting cluttered and bloated. By moving the algorithm implementations to their own .hpp files, we can reduce unnecessary scrolling and searching through Graph.hpp.

@ZigRazor
Copy link
Owner

@nrkramer I agree, but it is also true that i have in mind to create a script to give the possibility to include a single-header file, but this is another issue.

@ZigRazor ZigRazor added enhancement New feature or request Priority:Low Priority Label for low priority issue labels May 24, 2023
@ZigRazor ZigRazor added hacktoberfest hacktoberfest issue and removed hacktoberfest hacktoberfest issue labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest hacktoberfest issue Priority:Low Priority Label for low priority issue
Projects
None yet
Development

No branches or pull requests

2 participants