[Programming Challenges] 문제12 암호깨기 (Crypt Kicker)
문제12 암호깨기 (Crypt Kicker) A common but insecure method of encrypting text is to permute the letters of the alphabet. In other words, each letter of the alphabet is consistently replaced in the text by some other letter. To ensure that the encryption is reversible, no two letters are replaced by the same letter.Your task is to decrypt several encoded lines of text, assuming that each line uses a d..
Computer/Algorithms
2017. 7. 5. 01:36