view modules/rbtree-oset @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents 29d240cb21b2
children
line wrap: on
line source

Description:
Ordered set data type implemented by a binary tree.

Files:
lib/gl_rbtree_oset.h
lib/gl_rbtree_oset.c
lib/gl_anytree_oset.h

Depends-on:
oset

configure.ac:

Makefile.am:
lib_SOURCES += gl_rbtree_oset.h gl_rbtree_oset.c gl_anytree_oset.h

Include:
"gl_rbtree_oset.h"

License:
GPL

Maintainer:
Bruno Haible