Click here to Skip to main content
15,886,518 members

Comments by CyrusT (Top 2 by date)

CyrusT 1-Oct-12 16:58pm View    
HashSet is used for discrete sets only! :(
I want to represent continuous sets!
CyrusT 25-Sep-12 1:58am View    
@Mehdi: I did what you said 100,000 times( in a for loop)
and yet the result had no difference :(

besides I tested a Queue<int>'s Enqueue() and Dequeue() methods too,and I noticed that the running time of these methods are even worse! (about 0.2 ms! ,again in a 100,000 times loop )