Thread
:
compare between 2 txt files and save it in new txt
View Single Post
#
5
(
permalink
)
04-17-2009, 4:22 AM
LeonR
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
Join Date: Nov 2006
Location: UK
Age: 26
Posts: 54
Reputation:
45
Quote:
Originally Posted by
cjard
Bad idea; for a 1000 line file you might need up to 1 million comparisons, which is O^2, which is bad (slow)
Use a Dictionary
I think i'm still stuck in the old times!
LeonR
View Public Profile
Send a private message to LeonR
Find all posts by LeonR