Tag: Sequences
-
Returns the number of alternating sign matrices of the given order.
-
Returns a row of the alternating sign matrix triangle.
-
Returns the Bell numbers of order 0 to n.
-
A bit_vector is more like a vector < bool >
-
Computes the Catalan numbers, of order 0 to n.
-
Computes the row of the given order in Catalan's triangle.
-
A deque is a container class template that implements a double-ended queue.
-
Returns the number of derangements of 0 through \e n objects.
-
Calculates the number of derangements of \e n objects.
-
Computes the row of order \e n in the Euler triangle.
-
Calculates the number of permutations of \e n objects with \e m fixed.
-
Calculates the numbers of involutions of 0 through \e n objects.
-
A sequence that supports both forward and backward traversal and insertion of elements to the front or back of the list in constant time
-
Calculates the Morse-Thue number of the given order.
-
Calculates the Padovan numbers of orders 0 through \e n.
-
Calculates the pentagonal number of the given order.
-
Computes the first \e n values of a Perrin sequence.
-
Computes the first \e n values of the Schroeder sequence.
-
An slist is a singly linked list
-
A random access dynamic container
-
Calculates the Young tableau number of the given order.