Java

Java

JavaF

Reverse Columns In Matrix

Given a square matrix of size N, reverse column values in the matrix and print the modified matrix as the output. Boundary Condition:1<= N…
JavaF

Expand alphabets occurrence

A string consisting of short hand form of occurrence of alphabets will be passed as input. The program must expand the code and print the…
JavaF

Longest No Repeat Sub-String

Given a string S, the program must print the substring based on following conditions. -The substring must be the longest one of all the…