Animated version at: aho/cs4115_Spring-2012/lectures/12...2008/12/05  · QUERY DATA FROM GRAPH...

30
Animated version at: http://chantalgalvez.com/PLT/nsbl.html

Transcript of Animated version at: aho/cs4115_Spring-2012/lectures/12...2008/12/05  · QUERY DATA FROM GRAPH...

  • Animated version at: http://chantalgalvez.com/PLT/nsbl.html

    http://chantalgalvez.com/PLT/nsbl.htmlhttp://chantalgalvez.com/PLT/nsbl.html

  • Graph creation and QueryingFile I/O and BFS

  • Graph creation and Querying

    Example 1

  • Create a graphSave it to the disk as XMLRead the XML and re-create a graph from it.Do BFS on a specified vertex on it.

    Example 2: File I/O & BFS