diff --git a/README.md b/README.md index 259590f..385e9a9 100644 --- a/README.md +++ b/README.md @@ -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