causes/bloom
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
An implementation of a bloom filter in C. Also contains an ad-hoc command line
spell checker application (as a test).
To compile:
$ gcc -o spellcheck spellcheck.c bloom.c
To run:
$ cat data.txt | ./spellcheck