Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test-forward.C File Reference
#include <iostream>
#include <htlist.H>
#include <tpl_dynDlist.H>
#include <tpl_dynSetTree.H>
#include <tpl_dynMapTree.H>
#include <tpl_arrayStack.H>
Include dependency graph for test-forward.C:

Go to the source code of this file.

Functions

template<template< class > class Container, typename T >
void test_container (int n)
 
template<template< class, class > class Tree, typename T >
void test_tree (int n)
 
template<class Tree >
void test_map_tree (int n)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 121 of file test-forward.C.

References Aleph::divide_and_conquer_partition_dp().

◆ test_container()

template<template< class > class Container, typename T >
void test_container ( int  n)

◆ test_map_tree()

template<class Tree >
void test_map_tree ( int  n)

◆ test_tree()

template<template< class, class > class Tree, typename T >
void test_tree ( int  n)