Exemplo n.º 1
0
        public Revers_A_String()
        {
            testcases.Add(new InOut("Wetter", "retteW"));
            string s = Helfer.RandomString(int.MaxValue / 128, true);

            testcases.Add(new InOut(s, StackSolvessssssssssssssssssssssssss(s, true)));
        }