Posts

Showing posts from November, 2024

Bloom Filters Explained

Image
  Introduction Data structures such as HashSet can be used in a small data set to test if an item is a member of the data set. However, the operation to test if an item is a member of a large dataset can be expensive. The time complexity and space complexity can be linear in the worst case. Probabilistic data structures offer constant time complexity and constant space complexity at the expense of providing an answer that is non-deterministic. Requirements Design a data structure with the following characteristics: constant time complexity to test membership a small amount of memory to test membership insert and query operations should be parallelizable test membership can yield approximate results What is a bloom filter? A Bloom filter is a space-efficient probabilistic data structure that is used to test whether an item is a member of a set. The bloom filter will always say yes if an item is a set member. However, the bloom filter might still say yes although an item is not ...

Best Alternatives to Medium for Readers and Publishers

Image
Medium  is a platform that allows where readers gain information and experts and undiscovered voices share their knowledge on any topic. Readers and publishers alike will benefit from this online platform. A wealth of information is available online for readers, and publishers and experts can share stories ✍️on a wide range of topics, from health to social media and technology. Getting started with Medium as a reader or publisher is very straightforward. Simply sign up for the free account, and you are ready to publish and read stories. More interestingly,  Medium Partner Program   helps publishers monetize their stories based on the engagement of Medium members. In a nutshell, Medium is no doubt a leading platform in the world of blogging 📝 and publishing. However, many of you as publishers may look for Medium alternatives to get featured on different platforms, and as readers may want to gain different information from various experts. To make you aware of some of the ...