#14498: trees and binary trees
-------------------------------------+-------------------------------------
       Reporter:  elixyre            |        Owner:  sage-combinat
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-5.13
      Component:  combinatorics      |   Resolution:
       Keywords:  trees, binary      |    Merged in:
  trees, latex                       |    Reviewers:  Darij Grinberg,
        Authors:  Jean-Baptiste      |  Frederic Chapoton
  Priez                              |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |     Stopgaps:
   Dependencies:  #8703, #14784      |
-------------------------------------+-------------------------------------
Changes (by darij):

 * reviewer:   => Darij Grinberg, Frederic Chapoton


Old description:

> Hi,
>
> I propose several methods for trees and binary trees:
>
> File : trees_classicals_algorithms_EliX-jbp:
> several classical operations on trees and binary trees
>  - on abstract trees:
>    * depth pre/post order transversal algorithm
>    * breadth first order transversal algorithm
>  - on binary trees:
>    * infix order transversal algorithm
>    * canonical permutation associated to the left/right binary search
> tree insertion
>    * left/right rotate (for labelled and unlabelled BT)
>
> File: trees_research_algorithms_EliX-jbp:
> several research algorithms on binary trees
>  - over/under (Loday-Ronco)
>  - pred/succ in the Tamari lattice
>  - hook length formula
>
> File: trees_latex_output_EliX-jbp:
> a method for nice latex output
>
> Apply:
>
> * [attachment:trac_14498-algorithms_trees-rebased.patch]
> * [attachment:trac_14498-tree-imps-dg-rebased.patch]

New description:

 Hi,

 I propose several methods for trees and binary trees:

 File : trees_classicals_algorithms_EliX-jbp:
 several classical operations on trees and binary trees
  - on abstract trees:
    * depth pre/post order transversal algorithm
    * breadth first order transversal algorithm
  - on binary trees:
    * infix order transversal algorithm
    * canonical permutation associated to the left/right binary search tree
 insertion
    * left/right rotate (for labelled and unlabelled BT)

 File: trees_research_algorithms_EliX-jbp:
 several research algorithms on binary trees
  - over/under (Loday-Ronco)
  - pred/succ in the Tamari lattice
  - hook length formula

 File: trees_latex_output_EliX-jbp:
 a method for nice latex output

 Apply:

 * [attachment:trac_14498-algorithms_trees-rebased.patch]
 * [attachment:trac_14498-tree-imps-dg-rebased.patch]
 * [attachment:trac_14998-more-edits-dg.patch]

--

Comment:

 I've completed my review of this patch, but due to its size (and its
 introduction of another method for my own research) someone will have to
 review my review. Frederic?

 Thanks Viviane for the help with Loday's over/under operations. I still
 can't find them in the Loday-Ronco paper, but at least I now know their
 definitions!

 Yes, my patch applies *on top* of the algorithms and tree-imps patches.
 Sorry for the typo in the trac number.

 for the '''patchbot''':

 apply trac_14498-algorithms_trees-rebased.patch trac_14498-tree-imps-dg-
 rebased.patch trac_14998-more-edits-dg.patch

--
Ticket URL: <http://trac.sagemath.org/ticket/14498#comment:44>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to