From db6cad7153e569e8ef01fcd2ca4c88231ec1ffed Mon Sep 17 00:00:00 2001 From: Amit Kumar Gupta Date: Thu, 6 Jun 2019 01:33:13 +0530 Subject: [PATCH] Update tromino.c In the loop of searching the hole. It was not checking all the squares in that sub grid --- tromino.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tromino.c b/tromino.c index 48e8d32..129d079 100644 --- a/tromino.c +++ b/tromino.c @@ -57,8 +57,8 @@ int trominoTileRec(int n,int x,int y) { return 0; } //Search the hole's location - for(i=x;i