C++ String characters rearrange
up vote
-1
down vote
favorite
The task is to rearrange the characters so that the same value characters are on a distance of "x" one from each other. If it's not possible print out a message.
Example:
input : "abb" , x=2
output : "bab"
input : "aacbbc", x=3
output : "abcabc"
input : "goolsfurgools" x =3
output "ogloglosfosur"
input : aaa, x=2
output : "It's not possible!"
c++ string char
add a comment |
up vote
-1
down vote
favorite
The task is to rearrange the characters so that the same value characters are on a distance of "x" one from each other. If it's not possible print out a message.
Example:
input : "abb" , x=2
output : "bab"
input : "aacbbc", x=3
output : "abcabc"
input : "goolsfurgools" x =3
output "ogloglosfosur"
input : aaa, x=2
output : "It's not possible!"
c++ string char
2
You forgot to ask a question. Also you should better show what you've tried to solve that task already, and ask for what you're particularly stuck with.
– πάντα ῥεῖ
Nov 10 at 22:22
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
The task is to rearrange the characters so that the same value characters are on a distance of "x" one from each other. If it's not possible print out a message.
Example:
input : "abb" , x=2
output : "bab"
input : "aacbbc", x=3
output : "abcabc"
input : "goolsfurgools" x =3
output "ogloglosfosur"
input : aaa, x=2
output : "It's not possible!"
c++ string char
The task is to rearrange the characters so that the same value characters are on a distance of "x" one from each other. If it's not possible print out a message.
Example:
input : "abb" , x=2
output : "bab"
input : "aacbbc", x=3
output : "abcabc"
input : "goolsfurgools" x =3
output "ogloglosfosur"
input : aaa, x=2
output : "It's not possible!"
c++ string char
c++ string char
asked Nov 10 at 22:21
A2N
1
1
2
You forgot to ask a question. Also you should better show what you've tried to solve that task already, and ask for what you're particularly stuck with.
– πάντα ῥεῖ
Nov 10 at 22:22
add a comment |
2
You forgot to ask a question. Also you should better show what you've tried to solve that task already, and ask for what you're particularly stuck with.
– πάντα ῥεῖ
Nov 10 at 22:22
2
2
You forgot to ask a question. Also you should better show what you've tried to solve that task already, and ask for what you're particularly stuck with.
– πάντα ῥεῖ
Nov 10 at 22:22
You forgot to ask a question. Also you should better show what you've tried to solve that task already, and ask for what you're particularly stuck with.
– πάντα ῥεῖ
Nov 10 at 22:22
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244004%2fc-string-characters-rearrange%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
You forgot to ask a question. Also you should better show what you've tried to solve that task already, and ask for what you're particularly stuck with.
– πάντα ῥεῖ
Nov 10 at 22:22