0
votes
1answer
131 views

Frequency of elements in a list

I've got a list in the format of list={{a,1},{a,1},{b,1},{c,1},{b,1}} And I want it to "compress" into a list of pairs ...