Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Doc ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Boussicault committed Feb 8, 2015
1 parent 293d16c commit d7b02e4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/sage/combinat/non_ambiguous_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,16 @@ class NonAmbiguousTree( ClonableList ):
- a node on the top in the same column
- but not the both.
EXAMPLES::
For example,
::
1 1 0 1 0
1 0 1 0 1
0 1 0 0 0
is a non-ambiguous tree and can be represented by the following
labeled tree,
EXAMPLES::
::
x
/ \
Expand All @@ -266,8 +266,7 @@ class NonAmbiguousTree( ClonableList ):
If we replace each 1 of the previous matrix by the label of its node,
in the non-ambiguous tree, we obtain :
EXAMPLES::
::
Label of
right nodes
Expand Down Expand Up @@ -814,8 +813,7 @@ def get_p( self ):
For example, in the following array, the cells labeled by i are cells
of the hook `H_i` :
EXAMPLES::
::
0 0 0 0 0 0
0 1 1 1 1 1
Expand Down

0 comments on commit d7b02e4

Please sign in to comment.