Search found 2 matches

by bryan986
Fri Oct 19, 2007 5:57 am
Forum: Volume 9 (900-999)
Topic: 901 - From Databases to XML
Replies: 3
Views: 6035

Here is my Java code so far, gets a wrong answer:



import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Scanner;

public class Main {
private HashMap<String,Table> tables;
private HashMap ...
by bryan986
Mon Oct 08, 2007 10:19 am
Forum: Volume 9 (900-999)
Topic: 901 - From Databases to XML
Replies: 3
Views: 6035

I have been working on this one as well but keep getting wrong answer.

Here are some issues I have with the description:

- It doesn't specifically say if spaces are allowed in the headers or data.
We can probably allow spaces without a side effect. I tried this but it didn't help.

- There is an ...

Go to advanced search