Name: Anonymous 2017-12-11 9:00
/*
* sort the word 'plebcuckshill" in alphabetical order
*/
public class SortingAnus {
String s = "plebcuckshill";
for (int i = 0; i < Integer.MAX_VALUE; i++)
{
s = randomSort(s);
if (s.equal("bccehiklllpsu"))
{
System.out.println(s);
break;
}
if(i== Integer.MAX_VALUE -1)
i = 0;
}
}
}
* sort the word 'plebcuckshill" in alphabetical order
*/
public class SortingAnus {
String s = "plebcuckshill";
for (int i = 0; i < Integer.MAX_VALUE; i++)
{
s = randomSort(s);
if (s.equal("bccehiklllpsu"))
{
System.out.println(s);
break;
}
if(i== Integer.MAX_VALUE -1)
i = 0;
}
}
}