cctools
bucketing_greedy.h
1#ifndef BUCKETING_GREEDY_H
2#define BUCKETING_GREEDY_H
3
4#include "bucketing.h"
5#include "list.h"
6
9/* Calculate the buckets from a bucketing state
10 * @param the relevant bucketing state */
11void bucketing_greedy_update_buckets(bucketing_state_t* s);
12
15#endif
Robust, reentrant linked list structure.
Definition bucketing.h:46