Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
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

About

A bloom filter implementation written in C

Resources

Stars

3 stars

Watchers

33 watching

Forks

Releases

Packages

Contributors