 
            
            
            
            
                10 Sep
                
                    2015
                
            
            
                10 Sep
                
                '15
                
            
            
            
        
    
                2:55 a.m.
            
        I have a list of vertices and using unidirectional edges, create multiple start and end paths starting from a start vertex. Ex. Vertices= 1,2,3,4,5, 6 Edges = (1,2), (2,3), (2,4), (2,5), and (5, 6) I would like to put in vertex 1 and have the following lists returned: 1,2,3 and 1,2, 4 and 1,2, 5, 6 What function can I use to return those lists Thanks Sent from my iPhone
        3704
        
      
          Age (days ago)
        
      
        3704
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 Tom Skora Tom Skora