Re: efficient comparison
- From: "Jim Langston" <tazmaster@xxxxxxxxxxxxxx>
- Date: Mon, 27 Aug 2007 21:20:31 -0700
<bob@xxxxxxxxxxxxxx> wrote in message
news:1188266948.054544.252730@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Let's say you have a set of names called set A. You also have a
different
set of names called set B. What is the most efficient way of
comparing the sets?
By comparison, I mean finding the names that need to be added to set B
and
deleted from set B to form set A.
It seems like a simple sort of each list then going through and comparing.
Rather trivial actually.
.
- Follow-Ups:
- Re: efficient comparison
- From: Richard Harter
- Re: efficient comparison
- References:
- efficient comparison
- From: bob
- efficient comparison
- Prev by Date: Re: efficient comparison
- Next by Date: Re: efficient comparison
- Previous by thread: Re: efficient comparison
- Next by thread: Re: efficient comparison
- Index(es):