border

PythonF

Replace Border with String

The program must accept a character matrix of size RxC and a string S as the input. The program must replace the characters in the border of…
PythonF

Swap Integers Matrix Border

The program must accept an integer matrix of size R*C and two integers X, Y as the input. The program must find the Xth integer and the Yth in…