From 039bffe1c2e31e0ba0de16d9c437f08e98f299ce Mon Sep 17 00:00:00 2001 From: Bhasakar-Gupta <59666738+Bhasakar-Gupta@users.noreply.github.com> Date: Sun, 25 Oct 2020 15:35:00 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67d4f4c..868e56f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Nonogram-Solver Using 2d solving techniques, find solution to these puzzles + +CPP is used for coding. The idea is to make several passes over the n*n square box and iteratively figure out whether we have the answer for a particular cell or not.