Replies: 7 comments 3 replies
-
Few example datasets in different formats are here. |
Beta Was this translation helpful? Give feedback.
-
I think is a beatiful idea. I thought long ago about this, but solo is difficult to collect and implement all format. |
Beta Was this translation helpful? Give feedback.
-
I am not completely familiar with graphs theory but more on coding. As far as I understand we want something like: xml || csv || txt || .... input file -------> Graph or Graph_TS ------> algorithms ------> Result ------> xml || csv || txt || .... output file Right? If so, it sound good, yes. I think it needs a proper design since will be a substantial refactoring in case we need to modify the Graph class (maybe not needed) |
Beta Was this translation helpful? Give feedback.
-
Let's say, make algorithms and core logic totally independent from input and output formats, right? |
Beta Was this translation helpful? Give feedback.
-
Here there are some good graph dataset. I think we need to start from these dataset and provide a reader for each input format and a formatter for each format. These dataset are good also to test the algorithm, is a good idea ( after the implementation of the import/export ) to test the algorithm with these dataset |
Beta Was this translation helpful? Give feedback.
-
I think this is a really good idea. The fact of making the library easy to use for the final user would boost the usage (it is also a lot of work, but just matter of time). I like it! |
Beta Was this translation helpful? Give feedback.
-
if you agree I open an Issue to start the work. |
Beta Was this translation helpful? Give feedback.
-
I was thinking that we should ensure compatibility with existing popular formats for saving and loading graphs. Following is taken from here
Let me know what you guys think.
@ZigRazor @AlfredCP @pavan-pan
Beta Was this translation helpful? Give feedback.
All reactions