News

Abstract: For increasingly complex real-world optimization problems, a large number of researches have shown that differential evolution (DE) is an effective problem-solving algorithm. Despite its ...
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 ...
Abstract: Binary tree traversal refers to the process of visiting each node in a specified order. There are two ways to visit a tree: recursively and non-recursively. Most references introduce tree ...
Self-similarity and plane-filling are intrinsic structure properties of natural river networks. Statistical data indicates that most natural river networks are Tokunaga trees. Researchers have ...