GSoC/GCI Archive
Google Summer of Code 2014 OGDF - Open Graph Drawing Framework

Search Trees and Priority Queues

by Ɓukasz Hanuszczak for OGDF - Open Graph Drawing Framework

The goal of this project is clearly separate abstract data types (like priority queues and dictionaries) from implementing data structures, and identifying and providing various implementing data structures (some are already in OGDF and just need to be adapted, others like different kinds of balanced search trees and heaps have to be implemented from scratch).