C Python2 Min Read LetuscrackonFebruary 24, 2025 Search a Word in a Matrix Search a Word in a Matrix: The program must accept a character matrix of size R*C and a string S as input. The program…
C Python ZOHO2 Min Read LetuscrackonFebruary 1, 2025 2D String Array Sub-String Search [ZOHO] 2D String Array Sub-String Search: Given a string S of length L, the program must store the characters of the string S in a two dimensional…
Python1 Min Read LetuscrackonJanuary 22, 2025 Search String S2 in S1 Character Matrix Search String S2 in S1 Character Matrix: Given two strings S1 and S2, form a R*C matrix with the string S1 (You may repeat the string S1 to…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Smaller Matrix Search [ZOHO] Smaller Matrix Search [ZOHO]: A bigger NxN matrix is passed as the input. Also a smaller MxM matrix is passed as input. The program must print…
LetuscrackonJune 11, 2024 SQL – Employee Name Search employee is a database table containing employee details whose create DDL is given below. Write the SQL to list the name and designation of…
Python1 Min Read LetuscrackonJune 11, 2024 Search Hexadecimal Value – Matrix The program must accept a character matrix of size RxC containing only hexadecimal digits and an integer X as the input.…
C Java Python2 Min Read LetuscrackonJune 11, 2024 Search Substring & Print Words The program must accept a space-separated string S and N string values as the input. For each string X among the…
C2 Min Read LetuscrackonJune 9, 2024 Word Search in Matrix The program must accept a character matrix of size R*C and a string S as input. The program must search the string S in…
Python2 Min Read LetuscrackonJune 6, 2024 Search String – Matrix Edges Search String – Matrix EdgesThe program must accept a character matrix of size R*C and a string S as the input. The…