Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timi-codes committed Mar 23, 2024
1 parent 37393be commit b072c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#### Bloom Filter Spelling Checker
## Coding Challenge #53:
[The challenge](https://codingchallenges.substack.com/p/coding-challenge-53-bloom-filter) is to build a lightweight spelling checker by leveraging bloom filter without having to filter through a dictionary file (dict.txt), thus minimizing disk and memory usage
[The challenge](https://codingchallenges.substack.com/p/coding-challenge-53-bloom-filter) is to build a lightweight spelling checker by leveraging bloom filter without having to filter through a dictionary file (dict.txt), thus minimizing disk and memory usage

0 comments on commit b072c7c

Please sign in to comment.