Documentation of 'edu.emory.mathcs.csparsej.tdouble.Dcs_post' Java class
Dcs_post
edu.emory.mathcs.csparsej.tdouble

Class Dcs_post



  • public class Dcs_post
    extends java.lang.Object
    Postorder a tree or forest.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Dcs_post() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int[] cs_post(int[] parent, int n)
      Postorders a tree of forest.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dcs_post

        public Dcs_post()
    • Method Detail

      • cs_post

        public static int[] cs_post(int[] parent,
                                    int n)
        Postorders a tree of forest.
        Parameters:
        parent - defines a tree of n nodes
        n - length of parent
        Returns:
        post[k]=i, null on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.