How to find the positions of a number of equidistant points on a circle, including C++ code to do it for you.
Finding the index in a container that holds the frequency of elements in lexicographical order. Includes C++ source code for word frequency vectors (that makes use of this index calculation).
Word frequency vectors applied on evolutionary distances between DNA sequences and on bit error rates.