Skip to content

causes/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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


About

A bloom filter implementation written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published