Search found 2 matches

by solve14
Mon Mar 10, 2014 6:30 am
Forum: Volume 120 (12000-12099)
Topic: 12071 - Understanding Recursion
Replies: 0
Views: 629

12071 - Understanding Recursion

I tried to understand problem 12071, but didn't understand what he problem asked to do actually, could anyone give a hint about what to solve here?
http://uva.onlinejudge.org/index.php?op ... oblem=3223
by solve14
Sun Mar 09, 2014 6:55 pm
Forum: Volume 3 (300-399)
Topic: 353 - Pesky Palindromes
Replies: 43
Views: 20294

353 Runtime Error, what to do? Also need suggestion

Getting Runtime Error, don't have a clue, help is appreciated
Also suggestion on how to improve the all substring generator code part is appreciated.


import java.util.ArrayList;
import java.util.HashSet;
import java.util.Scanner;
import java.io.BufferedReader;
import java.io.IOException;
import ...

Go to advanced search