Computer Science, asked by ishamudhiraj35, 2 months ago

20
heck Permutation
ALL
Given two strings, check if they are permutations
of each other. Return true or false,
Permutation means - length of both the strings
should same and should contain same set of
characters. Order of characters doesn't matter.
A
7
Note: Input strings contain only lowercase english
alphabets.
8.
Input format :
Line 1: String 1
Line 2: String 2
9
Output Format:
true or false
10
Sample Input:
abcde
baedc
11
Sample Output:
true
12
13 in
java 7

Answers

Answered by preetjashanpreethars
0

Answer:

000000000000000000000000000

Similar questions