https://github.com/laertispappas/bloom_filter_example_csharp
Bloom Filter implementation in C#
https://github.com/laertispappas/bloom_filter_example_csharp
Last synced: 9 months ago
JSON representation
Bloom Filter implementation in C#
- Host: GitHub
- URL: https://github.com/laertispappas/bloom_filter_example_csharp
- Owner: laertispappas
- Created: 2016-08-11T22:53:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T10:06:38.000Z (over 8 years ago)
- Last Synced: 2025-02-10T14:13:41.783Z (11 months ago)
- Language: C#
- Homepage:
- Size: 1.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bloom Filter implementation in C#
A bloom filter implemetation for [e-Travel](https://github.com/e-travel/codechallenge1) first code chalenge