X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=3278196cd5ffd9abb487e278a406769bfe404603;hb=8d745e97bdb8371c42dff7304d55511fabfa6b6c;hp=afac4acf77436ffa5654a26ed3234d416ec45f8b;hpb=aa1cdcc8164fc002497203f7354ad377f6a65624;p=sort-networks.git diff --git a/README b/README index afac4ac..3278196 100644 --- a/README +++ b/README @@ -19,6 +19,10 @@ The distribution includes the following utility programs: Reads a list of values from STDIN and applies a given comparator network to the list. The resulting list of printed to STDOUT. + * sn-bitonicmerge + Create a bitonic merge network with a given number of left and right + inputs. The resulting network is printed to STDOUT. + * sn-bitonicsort Creates a bitonic mergesort network with a given number of inputs and prints the network to STDOUT. The number of inputs must be a power of two.