Set Theory and .NET
Posted
by MasterMax1313
on Stack Overflow
See other posts from Stack Overflow
or by MasterMax1313
Published on 2010-05-24T11:20:11Z
Indexed on
2010/05/24
11:21 UTC
Read the original article
Hit count: 467
Recently I came across a situation where set theory and set math fit what I was doing to the letter (granted there was an easier way to accomplish what I needed - i.e. LINQ - but I didn't think of that at the time). However I didn't know of any generic set libraries. Granted IEnumerables provide some set operations (Union, etc.), but nothing like Intersection or set comparison. Can anyone point out something that fits here? Something that implements set math using a generic type?
© Stack Overflow or respective owner