ATLAS Offline Software
Loading...
Searching...
No Matches
libcalg.h
Go to the documentation of this file.
1/*
2
3Copyright (c) 2005-2008, Simon Howard
4
5Permission to use, copy, modify, and/or distribute this software
6for any purpose with or without fee is hereby granted, provided
7that the above copyright notice and this permission notice appear
8in all copies.
9
10THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
13AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
14CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
16NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
17CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18
19 */
20
21#ifndef LIBCALG_H
22#define LIBCALG_H
23
24#ifdef __cpluscplus
25extern "C" {
26#endif /*__cplusplus */
27
31
35
47
48#ifdef __cpluscplus
49}
50#endif /*__cplusplus */
51
52#endif /* #ifndef LIBCALG_H */
53
54
Automatically resizing array.
Balanced binary tree.
Binary heap.
Binomial heap.
Bloom filter.
Comparison functions for pointers to integers.
Comparison functions for generic (void) pointers.
Comparison functions for strings.
Hash function for a pointer to an integer.
Hash function for a generic (void) pointer.
Hash functions for text strings.
Hash table.
Doubly-linked list.
Double-ended queue.
Set of values.
Singly-linked list.
Fast string lookups.