Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Here is the thing. I was thinking about how I should do it. The input is string A and string B. If after shuffled and
Here is the thing.
I was thinking about how I should do it.
The input is string A and string B. If after shuffled and reorganize, String B will become String A, it will output Yes.
How should I do this? This is C language.
For example,
Input, char[10] A = ABCD, char[10] B = DCBA, output yes
Input, char[10]A = ABCC, char[10] B = ABCD, output no
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started