|
lab_bloom
Brilliant Bloom Filters
|
| ▼ entry | |
| main.cpp | Contains code for testing different bloom filter sizes |
| ▼ lib | |
| ▼ cs225 | |
| HSLAPixel.cpp | Implementation of the HSLAPixel class for use in with the PNG library |
| HSLAPixel.h | |
| PNG.cpp | Implementation of a simple PNG class using HSLAPixels and the lodepng PNG library |
| PNG.h | |
| ▼ src | |
| bloom.cpp | Definitions of the binary tree functions you'll be writing for this lab |
| bloom.h | Declaraction of the BF class |
| bloom_given.cpp | Support functions that the autograder will have access to You should not modify this file (it wont be included in your submission) |