w0ws0d0gg0's blog

By w0ws0d0gg0, history, 8 years ago, In English

So I've been working on this problem today in Java. I have code that finds the permutations in the correct order, i.e. A > a > B > b > C > ...

I get Time Limit Exceeded, though. Could anyone make any recommendations on how I could optimize my program? Below is my code. Thanks for reading.

My code here!

  • Vote: I like it
  • -3
  • Vote: I do not like it

| Write comment?