According to the type of edges that a graph has, graphs can be further divided into two types.
                Types of graphs
                
                    - Directed graphs ↓
                        
                            - Directed graphs are graphs having each of its edges directed. 
 
                            - One examples of directed graphs is :
                                
                             
                        
                     
                    - Undirected Graphs ↓
                        
                            - The graphs having each of its edges are undirected.
 
                            - One of the examples of directed graph is :