Permutation Structure
      
      
        Permutations
      
      
      
        Arrays
      
      
        - 
           An analysis of permutations in arrays
          
        
 
        - 
           In order to analyze this kind of properties, we define an abstract interpretation working on multisets of values, and able to discover invariant equations about such multisets. 
        
 
        - 
           Question and Answers
          
        
 
      
      
      
        Trees
      
      
        - 
           Permutations as Trees
          
        
 
        - 
           A permutation tree is a labeled rooted tree that has vertex set {0,1,2,..,n} and root 0, and in which each child is larger than its parent and the children are in ascending order from the left to the right. The power of a permutation tree is the number of descendants of the root. The height of a permutation tree is the number of descendants of the root on the longest chain starting at the root and ending at a leaf. The width of a permutation tree is the number of leafs.
        
 
        - 
           The correspondence with the permutation is given by traversing the periphery of the tree starting at the right hand side of the root and recording a node whenever the node's right edge is passed. 
        
 
      
      
      
        See also MatroidTheory
      
      
        Project WikiBatics
        GoogleThis