Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadvergasov/graph-dll
https://github.com/vadvergasov/graph-dll
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vadvergasov/graph-dll
- Owner: VadVergasov
- License: gpl-3.0
- Created: 2023-01-27T20:33:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T19:44:43.000Z (over 1 year ago)
- Last Synced: 2024-11-06T01:54:42.840Z (2 months ago)
- Language: C++
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Graph-DLL
=========Main features
---------- Working with graphs as unified datastructes
- Currently graph can story any type, but in std::any, which is slow- Currently available only as dynamic library, which causes problems in storing data inside graph
- Implemented base algorithms on graph data structure