I want to know that which is better to save a graph either XAML or SQL databse.
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Graph is map having rooms, house, roads etc.(i.e edges and nodes to find shortest path).
-
Graph is map having rooms, house, roads etc.(i.e edges and nodes to find shortest path).
The answer to this is, as always, it depends. It depends on the quantity of data, the portability required, the type of data, the type of application and possibly a few others. As a starter I would consider XML (XAML is for markup) only for minimal data that is only relevant to the current user on the current machine.
Never underestimate the power of human stupidity RAH