kodecocodes / swift-algorithm-club

Algorithms and data structures in Swift, with explanations!
MIT License
28.76k stars 5.01k forks source link

Wrong comment in line 82 in Bloom algorithm #986

Open ch00ch00ch00 opened 2 years ago

ch00ch00ch00 commented 2 years ago

https://github.com/raywenderlich/swift-algorithm-club/blob/5d551049a02cccd00b046937750fd6d736065f76/Bloom%20Filter/BloomFilter.playground/Contents.swift#L82

It seems that result should be false because string "Hello WORLD" was not inserted