Python2 Min Read LetuscrackonJanuary 7, 2025 Asterisks – X Inner Layers Asterisks – X Inner Layers: The program must accept a character matrix of size NxN and an integer X as the input.…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Numbers and Asterisks – V Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output…
C Dynamic Programming2 Min Read LetuscrackonJune 9, 2024 String & Asterisks Zig-Zag Pattern The program must accept a string S and an integer N as the input. The program must form a character matrix of size NxN with the asterisks (*).…
C1 Min Read LetuscrackonJune 9, 2024 Same Adjacent – Asterisks The program must accept a string S as the input. The program must print YES if the adjacent characters of each asterisk (*) are same. Else the…
Python1 Min Read LetuscrackonJune 7, 2024 Combine Two Grids of Asterisks The program must accept a grid of size N*N containing asterisks and exactly one hash symbol as the input. The hash symbol indicates…
Python2 Min Read LetuscrackonJune 5, 2024 Triangle with Asterisks Triangle with Asterisks: The program must accept a character matrix of size RxC and the positions of the three corners of a triangle (in any…