Skip to content

1.1.0

Compare
Choose a tag to compare
@drupol drupol released this 11 Dec 21:02
· 251 commits to master since this release
  • Add NaryNode tree - A tree where the capacity can be changed per node.
  • Remove the Renderer and add the Converter. (to be used in conjuction with Graphp and GraphViz)
  • Use Yield instead of regular foreachs.
  • Add a new level parameter to the abstract visitor class and interface.
  • Add the Node::depth() method.
  • Remove the display method and its test.
  • Add new Node::withChildren() method.