Skip to content

siblings nodes' height are not the same? #2

@01joy

Description

@01joy

Hi msbanik,

The library is pretty cool, but I wonder can siblings nodes' height be the same?

For example, code:

from drawtree import draw_level_order
draw_level_order('{3,9,20,1,2,15,17}')

it generates:

      3
     / \
    /   \
   /     \
  9      20
 / \     / \
1   2   /   \
       15   17

Can node 1,2 and node 15,17 be in the same level?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions