News

Abstract: Tree structures play an important role in computer science. For instance, the binary tree is a fundamental data structure for rapidly storing sorted data and rapidly retrieving stored data.
Abstract: Tree data structures, such as red-black trees, quad trees, treaps, or tries, are fundamental tools in computer science. A classical problem ... We did a preliminary implementation of the ...