#programming-blogs
Read more stories on Hashnode
Articles with this tag
Master Rate Limiter LLD and Concurrency ยท ๐ 1. Functional Requirements A Rate Limiter system should: Limit requests per client/user Support multiple...
LLD and Concurrency Design for vending machine ยท 1๏ธโฃ Functional Requirements A vending machine should support: Add products Add inventory...
1๏ธโฃ Functional Requirements A hotel system should support: Add hotel rooms Search rooms (by type, price, availability) Book room Cancel...
We are designing a meeting scheduler with the following requirements: There are N rooms. We are given a stream of meeting requests (start time, end...
Problem: Parallel Parentheses Validator Description You are given a string s of length N consisting only of the characters '(' and ')'. A parentheses...
Asked in Phonepe interview. Design and implement a Paytm/PhonePe Wallet System that supports multiple concurrent users performing transactions at the...