Code related to a vertex-transitive network topology based on mixed-base numbers using Sylvester's sequence
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Edward L Platt f10227e98f Remove undirected. 5 years ago
.gitignore Initial import. 5 years ago
Readme.md Initial import. 5 years ago
draw.rkt Remove undirected. 5 years ago
network.rkt Remove undirected. 5 years ago
sylvester-test.rkt Add extend-sylvester-radix operator. 5 years ago
sylvester.rkt Add extend-sylvester-radix operator. 5 years ago

Readme.md

Code related to a new vertex-transitive network topology.

The m-bit network has nodes corresponding to m-digit numbers in a mixed base system using Sylvester's sequence as the base.

Directed edges correspond to the operation of incrementing the k lowest digits by 1 and adding their new value to the next highest digit.