News

This is a comprehensive Java implementation of my algorithm for rolling binary trees, which takes a binary tree as input and rolls it in linear time, as described in this paper. Common design patterns ...
Algorithm in searching binary trees: since binary tree involves with recursion, need to figure out when should we break out the if loops. Reviewed the lectures and revised the codes many times. Avoid ...