Algorithm-of-the-day Here I will keep codes of the algorithms which I will dicuss with friends and family! Q1: Word search in a 2D grid. Problem Statement Code1(By Jargon4072) Time Complexity: O(M*N) Code2(By saumyatiwari) Code2(By RamaTripathi)