NextTable: Calculates the table of Kendall distances in (N+1)! space, given those in N!
space.
Description
This is identical to counting the number of fully-ordered
vectors at each bubble sort distance in (N+1)! space.
Usage
NextTable(last.table, N.last)
Arguments
last.table
Table of distances in N! space.
Value
Table of distances in (N+1)! space.