Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Tree.children_itr method #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 12, 2019

  1. Added a Tree.children_itr method to be a companion to Tree.children in

    case an iterator is preferrable over a list creation for efficiency
    reasons.
    Giuseppe Corbelli committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    40b4149 View commit details
    Browse the repository at this point in the history
  2. Added a simple test for Tree.children_itr(). It must return the same

    nodes as its companion method Tree.children().
    Giuseppe Corbelli committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    d3ff7e1 View commit details
    Browse the repository at this point in the history