parlaylib
parlaylib copied to clipboard
Documentation error
It seems in the documentation for histogram_by_index(), "Every element in r must be at most m" should be "Every element in r must be at most m - 1" where m is the sequence's size ?
I tested m = .size() - 1 and got wrong results