|
-
May 15th, 2009, 09:56 PM
#20
Thread Starter
Addicted Member
Re: Fastest method of removing duplicates from an array or text file?
"Yes. You can store two arrays, sort one array as needed, carry the other array in memory, kind of like a backup. Then just replay the other referenced array back out as needed."
How do I do that?
Resorting to original order is one of the problems to solve, since the the list is being sorted then items are being removed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|