Given bigger NxN matrix and a smaller MxM matrix print TRUE if the smaller matrix can be found in the bigger matrix else print FALSE
eg) a = 1010 b = 11001
      o/p  100011	            
  b.The two numbers were given in base n 
	eg) a = 123  b = 13  n = 4
	      o/p  202
