Grafalgo
Library of useful data structures and algorithms
/Users/jst/src/grafalgo/cpp/include/BstSet.h File Reference
#include "Adt.h"
#include "Util.h"
Include dependency graph for BstSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grafalgo::BstSet
 Data structure that represents a collection of "sorted sets". More...
struct  grafalgo::BstSet::BstPair
struct  grafalgo::BstSet::BstNode

Typedefs

typedef int grafalgo::bst
typedef uint64_t grafalgo::keytyp

Detailed Description

Author:
Jon Turner
Date:
2011 This is open source software licensed under the Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for details.

Definition in file BstSet.h.

 All Classes Files Functions Variables Typedefs Friends