Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a6bc067

Browse files
Update Anagram.java
1 parent 3f37a05 commit a6bc067

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎String/Anagram.java‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
package String;
2-
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+
*/
39
import java.util.Scanner;
410

511
public class Anagram {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /