OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project

Home Page:http://internship.opengenus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloom Filter in C++

DadTech opened this issue · comments

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:

I wish to add a bloom filter written in C++. This will take a vector of strings, and an int array of a given size. The function will then run every string through several hashes in order to grab specific indexes to replace the number of that index of the array with a 1. This hash function will have false positives, but never false negatives.