Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lahin31 committed Nov 29, 2023
1 parent c26aa50 commit 80fcb6d
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
Expand Up @@ -368,7 +368,7 @@ Bloom Filter একটি Probabilistic Data Structure। Hashing টেকন

Bloom Filter এর ব্যাপারে জানার পূর্বে Hashing কি জানা নেয়া যাক। একটি Hash Function নিজের প্যারামিটারে input নিয়ে থাকে এবং সেই input কে প্রসেস করে একটি ফিক্সড length এর unique identifier রিটার্ন করে।

উদাহরণ, ইনপুট 'david' হলে আউটপুট হবে 10
উদাহরণ, ইনপুট 'david' হলে আউটপুট হবে 5

```js
// hash function
Expand Down

0 comments on commit 80fcb6d

Please sign in to comment.