We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a9dd2 commit 3fe4ca5Copy full SHA for 3fe4ca5
src/main/java/com/thealgorithms/ciphers/AtbashCipher.java
@@ -1,5 +1,4 @@
1
-/*
2
-* The Atbash cipher is a simple substitution cipher that replaces each letter
+/* The Atbash cipher is a simple substitution cipher that replaces each letter
3
* in the alphabet with its reverse.
4
* For example, 'A' becomes 'Z', 'B' becomes 'Y', and so on. It works
5
* identically for both uppercase and lowercase letters.
0 commit comments