Edited by Martin Thomas Humby, Monday, 3 Aug 2015, 00:11
Here are a few demos done while working on M269, perhaps of interest to someone. Also there is the AVL tree. It outputs trees with balance factors but to make it easily comprehensible its development path Node->BinaryTree->deletions->balance factors->AVLTree would need to be shown. The tree printing module is quite basic and more 'it works' than neat coding.
M269 Demos
Here are a few demos done while working on M269, perhaps of interest to someone. Also there is the AVL tree. It outputs trees with balance factors but to make it easily comprehensible its development path Node->BinaryTree->deletions->balance factors->AVLTree would need to be shown. The tree printing module is quite basic and more 'it works' than neat coding.