The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02

  • beefed up the test suite a lot
  • Tree::Binary -
    • Added the 'mirror' method
      • added tests and documentation for it
    • added exceptions to 'removeLeft' and 'removeRight' so you cannot remove something that is not there
      • added tests for that
  • Tree::Binary::Search -
    • fixed up some edge cases on the 'delete' method
      • added tests for these
    • added 'isEmpty' method to test if there is a tree there yet

Modules

A Object Oriented Binary Tree for Perl
A Binary Search Tree for perl
A node for a Tree::Binary::Search tree
A Visitor base class for Tree::Binary::Visitor::* objects
Visitor object for Tree::Binary objects
Visitor object for Tree::Binary objects
Visitor object for Tree::Binary objects
Visitor object for Tree::Binary objects
A factory object for dispensing Visitor objects