Forum: Java Jun 20th, 2009 |
| Replies: 1 Views: 425 I have this code here:
it uses text files and hash tables to keep some student records:
can somebody help me with the 'FindEntry' Method, i don't really get why it doesn't work....
public class... |
Forum: Java Jun 14th, 2009 |
| Replies: 1 Views: 271 hi everyone
Im working on a program that includes hash tables and files.
What i'm doing is that I save the information (Name, Student ID, Address, Phone No.) of some students in a text file.
I... |
Forum: Java Mar 13th, 2009 |
| Replies: 3 Views: 694 Thanks a lot!
If i didn't know anything 'bout the question, i wouldn't have had posted it!
I know htat for n elements, there are n! possible permutations
And I think that the procedure should... |
Forum: Java Mar 13th, 2009 |
| Replies: 3 Views: 694 HI all
Can anyone help me with this algorithm (I ned to write the code in java)......The java code would also be helpful
Describe a recursive algorithm for enumerating all permutations of the... |
Forum: Java Feb 12th, 2009 |
| Replies: 7 Views: 1,200 The actual HTML code is passed to the TagCheck method.
You know in html codes.... you start a tag (e.g. <head> ) and then you have some code in between, then you close that tag (e.g. </head> ).... |
Forum: Java Feb 12th, 2009 |
| Replies: 7 Views: 1,200 Thanks for your help.
I have actually tried the expression mathing code...and it works perfectly...but this one seems to be a bit more challenging
this is the code I've got for the parentheses... |
Forum: Java Feb 12th, 2009 |
| Replies: 7 Views: 1,200 Hi all
The program i'm trying to write is meant to take a series of HTML codes as input and check to see if the all the tags in that code are matched or not (it should basically check all the... |
Forum: Java Oct 13th, 2008 |
| Replies: 3 Views: 1,657 thanks alot
i'm coming up with some ideas |
Forum: Java Oct 12th, 2008 |
| Replies: 3 Views: 1,657 I'm trying to write a program in java...it's actually the famous game of "Knight's Tour" - I guess you're all familiar with it- just for a brief explanation
what I have to do is to get from the user... |