Page 1 of 1

Storing Sets as table entries

Posted: Thu Feb 28, 2019 4:17 pm
by sidsharma
Hi all,

I want to store all pair shortest paths.
But I want to store the shortest path instead of the values of the shortest path between any two nodes.
For example:
I want to store the shortest path between node A and B that is A-C-D-E-B not the summation of edge weights of the path.

I am unable to find which data-structure should I use.
Table and parameters only support single values not the sets.
Please help.


Thanks and regards,
Sidharth