Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 05:28:10
Size: 451
Editor: 10
Comment:
Revision 2 as of 2010-12-18 07:57:58
Size: 402
Editor: Aditya J
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
   * <J.Aditya>, <Student>,<Snist>
   * <Your Name>, <Profession>, <Organization>
   * J.Aditya, Student,Snist
   
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

 g = Graph({1:[2,5],2:[1,3],3:[2,4],4:[3,5],5:[4,1]}) creates a graph
g.plot()
g.is_bipartite() //checks whether the graph is bipartite
False    //final output

  • Solution by:

    • J.Aditya, Student,Snist

Kreyszig-21.8-6-U (last edited 2010-12-18 07:57:58 by Aditya J)