GeminiGraph
GeminiGraph copied to clipboard
add tool to convert CSV format file to binary file required by GeminiGraph
Since people discussing the binary file needs by Gemini, so I add a feature to convert the CSV format file to binary format. These are all I have done in this Pull Request.
- the code which converts CSV to binary
- add sample-data in CSV format
- update the README.md on how to use this feature
missing comments for graph.hpp, hhh