• + 0 comments

    I did but not in java, here is the code in python: def encryption(s): new_s="" arr=[] lenght=len(s) n=math.floor(math.sqrt(len(s))) m=math.ceil(math.sqrt(len(s))) i=0 j=0 while i

    return new_s