Python Graphlib Module Introduction














































Python Graphlib Module Introduction



Graphlib

INTRODUCTION:
-> This Module is used to operate with Graph-like     structures.
-> It was introduced in Python 3.9.0 version.
-> This Module is mainly used for Topological sorting       of Graphs.
-> It also includes all Graph algorithms.


Installation:

 To install this module, open the command prompt     and  run the given below command 
       
      "pip install graphlib"




To use these module import manually using import statement 
Example:



PREREQUISITES:
 Basic knowledge  of Graphs.



In the next module, we will discuss some information about Graphs.



 






Comments