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 3f37a05 commit a6bc067Copy full SHA for a6bc067
String/Anagram.java
@@ -1,5 +1,11 @@
1
package String;
2
-
+/*
3
+ An anagram of a string is another string that contains same characters,
4
+ only the order of characters can be different.
5
+ for example -
6
+ "Mother in law" and "Hitler Woman" are anagram.
7
+
8
+*/
9
import java.util.Scanner;
10
11
public class Anagram {
0 commit comments