Search found 1 match

by GarrettO
Fri Nov 22, 2013 11:49 pm
Forum: Volume 9 (900-999)
Topic: 941 - Permutations
Replies: 7
Views: 8319

Re: 941 - Permutations

I'm getting a TLE with this code, but I don't know how to make it run any faster.

Any feedback regarding the JAVA implementation would be appreciated.

Thank you!


// UVA #941 Permutations

import java.util.*;
import java.math.*;

public class Main
{
char[] strIn;
StringBuilder sorted ...

Go to advanced search