C Cognizant LetuscrackonJune 9, 2025 Function addTwoMatrices Function addTwoMatrices: The function/method addTwoMatrices accepts four arguments…
C Cognizant LetuscrackonJune 9, 2025 Function getCommaSeparatedValues Function getCommaSeparatedValues: The function/method getCommaSeparatedValues accepts two…
Python LetuscrackonJune 8, 2025 Minimum Length – String Values Minimum Length – String Values: The program must accept N string values as the input. The program must print the output based…
Python LetuscrackonJune 8, 2025 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…
C Cognizant LetuscrackonJune 7, 2025 Function mergeEven Function mergeEven: The function/method mergeEven accepts four arguments M, arr1, N and arr2. M represents…
Python LetuscrackonJune 7, 2025 Find Time – Analog Clock Find Time – Analog Clock: The program must accept a matrix of size 5*5 representing a 12-hour analog clock where…
Python LetuscrackonJune 6, 2025 Submatrix – Four Same Corners Submatrix – Four Same Corners: The program must accept a character matrix of size R*C and an integer K as the input.…
Python LetuscrackonJune 5, 2025 Sort Digits in Submatrices Sort Digits in Submatrices: The program must accept an integer matrix of size R*C as the input. The matrix contains only digits…
Python LetuscrackonJune 5, 2025 Concrete and Glass Slabs Concrete and Glass SlabsThe program must accept a character matrix of size R*C containing “=” and “–”…
Python LetuscrackonJune 4, 2025 Unfolded Cube Pattern Unfolded Cube PatternThe program must accept 6 characters and an integer N as the input. The 6 characters…