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

Upload: others

Post on 25-Jan-2021

0 views

Category:

Documents


0 download

TRANSCRIPT

  • 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