StringTools
IsEodermdrome
test whether a string is an eodermdrome
Calling Sequence
Parameters
Description
Examples
References
IsEodermdrome( s )
s
-
string; any Maple string
The IsEodermdrome command checks whether a string s is an eodermdrome, returning true if it is, and false otherwise.
An eodermdrome is a string with the property that the sequence of consecutive digrams of the string form an Eulerian trail in the complete graph on the characters appearing in the string.
All of the StringTools package commands treat strings as (null-terminated) sequences of 8-bit (ASCII) characters. Thus, there is no support for multibyte character encodings, such as unicode encodings.
with⁡StringTools:
IsEodermdrome⁡EODERMDROME
true
IsEodermdrome⁡SURTOUTSORS
IsEodermdrome⁡STRING
false
http://www.oulipo.net/contraintes/docs/eodermdrome
See Also
Download Help Document