# Extending de Bruijn sequences to larger alphabets

**Authors:** Ver\'onica Becher, Lucas Cort\'es

arXiv: 1907.00056 · 2020-11-23

## TL;DR

This paper introduces a method to extend de Bruijn sequences to larger alphabets by embedding existing sequences into higher-order sequences with additional symbols, ensuring no long runs without the new symbol.

## Contribution

It presents a novel approach using auxiliary graphs and maximum flow algorithms to extend de Bruijn sequences to larger alphabets.

## Key findings

- Successful embedding of de Bruijn sequences into larger alphabets.
- Ensured no long runs without the new symbol in extended sequences.
- Method applicable to various alphabet sizes and sequence orders.

## Abstract

A de Bruijn sequence of order n over a k-symbol alphabet is a circular sequence where each length-n sequence occurs exactly once. We present a way of extending de Bruijn sequences by adding a new symbol to the alphabet: the extension is performed by embedding a given de Bruijn sequence into another one of the same order, but over the alphabet with one more symbol, while ensuring that there are no long runs without the new symbol. Our solution is based on auxiliary graphs derived from the de Bruijn graph and solving a problem of maximum flow.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.00056/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1907.00056/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1907.00056/full.md

---
Source: https://tomesphere.com/paper/1907.00056