Python2 Min Read LetuscrackonApril 2, 2025 Fill Water Tanks – Rain Fill Water Tanks – Rain: There are N water tanks arranged in a row. The maximum capacity of each water tank is passed as…
C Dynamic Programming2 Min Read LetuscrackonJune 10, 2024 N Queens – Fill Remaining In a N*N square chessboard, Q queens are placed in Q continuous rows so that they do not attack each other. The program must accept…
C Java Python2 Min Read LetuscrackonJune 9, 2024 Fill the Underscores The program must accept a string S containing underscore(s) and N string values as the input. A group of consecutive underscores in the string…
C Java Python3 Min Read LetuscrackonJune 8, 2024 Matrix Layers – Fill from each Corner The program must accept five integers A, B, C, D and N as the input. The value of N is always even.…