| Author |
Comment/Response |
John
|
11/27/10 8:54pm
Lets say we have this list ={{1,2,3},{1,2,4},{1,3,1},{1,3,4}},how can i find how many times a combination consisting of two numbers appears in this list ?
The answer i am looking for should look like this :
{1,2}--->2
{1,3}--->2
{2,3}--->1
{2,4}--->1
{3,1}--->1 ,etc....
URL: , |
|