Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~102 People Reached
Favorite Forums
Member Avatar for rihanareeza

explanation of this algorithm [ICODE] function equivalence(m,n) //n variables,m equivalence relations //bit is a boolean array //seq is an array of pointers each one is pointing to the list of elements called equivalence elements for i = i to n do seq(i)<-bit(i)<-0; for k=1 to m do [read-next pair(i,j) getnode(x); …

Member Avatar for Taywin
-1
102