Click here to Skip to main content
15,921,276 members
Articles / Programming Languages / XML

Cardinality Estimation in Linear Time using Sub-Linear Space

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
29 Mar 2013CPOL3 min read 6.4K   2  
The cardinality of a collection A (which might be an ordered or unordered list, a set, or what not) is basically the number of unique values in A. For example, the collections [1,2,3,4] and [1,2,1,3,1,4,3] have the same cardinality of 4 (and also correspond to … Continue reading →

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions