From 707c55cf5de7609c9bfdadd477aa8a2c1e8b469d Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Thu, 1 Feb 2024 20:06:32 -0800 Subject: [PATCH] Remove duplicate bloom filters entry --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8aea7bf..6b81953 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ This repository contains resources to learn System Design concepts and prepare f - [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter) - [Consensus Algorithms](https://medium.com/@sourabhatta1819/consensus-in-distributed-system-ac79f8ba2b8c) - [Gossip Protocol](http://highscalability.com/blog/2023/7/16/gossip-protocol-explained.html) -- [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter) - [API Gateway](https://www.nginx.com/learn/api-gateway/) - [Serverless Architecture](https://www.datadoghq.com/knowledge-center/serverless-architecture/) - [Service Discovery](https://www.nginx.com/blog/service-discovery-in-a-microservices-architecture/)