Change C++ version to 23 and fix header case - #13
Closed
RANDOMFNP wants to merge 75 commits into
Closed
Conversation
adding basis to graphlib
added graphlib.hpp
Update README to enhance description of Graphlib
Added contribution guidelines and a call to action for stars.
Expanded the guide with examples for creating, deleting, adding, and printing nodes in a graph using Graphlib.
Added comments indicating AI assistance and contributors.
Removed contributor comment from the test file.
Removed unused includes and added monitoring for stress tests.
Updated the README to enhance the library description.
Add files via upload
Added contributor information and AI assistance note.
Added disclaimer about the main repository for clarity.
Added in-memory versions of add_edge, bfs_algorithm, dfs_algorithm, and dijkstras_algorithm functions to README. Updated descriptions for weighted versions of add_nodes and get_neighbors.
Add files via upload
Added a note about daily updates after version publication.
Removed 'Soon to be added' section from README.
Corrected typos and improved function signatures in the documentation.
Added note about transitioning to C++23/26 and updated license information.
Corrected a typo in the README heading and updated the license information.
Updated README.md to reflect C++ 23 support and corrected capitalization.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated README.md to reflect C++ 23 support and corrected capitalization.