Originally posted by CodeTilYaDrop
How to Compare Contents of Two Files
Collapse
X
-
Yes, I have used it before, but I am not too sure about how it works to well. I was hoping someone could point me to a good article on it. I am not too familar with how it works, and I would like to better understand it.Comment
-
-
I am pretty good with using one for statement in a program, but I get confused when I start using more than one. Do you have any good examples to point out for more than one?? Man, I have a lot to learn here!Comment
-
Originally posted by CodeTilYaDropI am pretty good with using one for statement in a program, but I get confused when I start using more than one. Do you have any good examples to point out for more than one?? Man, I have a lot to learn here!Comment
-
I see them now! I will take a look, and I will heed your advice on practice. I don't think I practice everything as much as I should!! Thanks again for all your help! You all are the Best!Comment
-
I don't want to discourage you but I'm afraid that a decent 'diff' algorithm is a bit
way over your head right now. First study what loops (within loops) are all about
and realize that they're nothing special. A largest common substring algorithm
(and an efficient implementation thereof) is out of reach for now.
kind regards,
JoaComment
-
-
Originally posted by CodeTilYaDropI gotcha....your great help!!! thank you two -
or similar. Think of rectangular (non-square) boards; how would you visit all the
cells? Think of a loop per row and an inner loop per column. Try it the other way
around and see in what order the cells are visited. Try to do it with a single loop.
Print out all the index values and see what happens.
kind regards,
JosComment
-
Comment
-
Originally posted by ksamir2004How to compare two files in java & uncommon thing should print in text file..
thanks
Samir
your question. Stick to it please.
kind regards,
JosComment
Comment