LLD icon indicating copy to clipboard operation
LLD copied to clipboard

Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.

Results 2 LLD issues
Sort by recently updated
recently updated
newest added

I think in the cricketMatch LLD, there is no need to have a PlayerData class, the attributes present in it can be easily moved to player class itself.

In Match.java, we are taking only 6 inputs from user for every over. If one the ball is wide or no ball then accordingly we should increase the user input.