Skip to main content

Showing 1–36 of 36 results for author: Nowotka, D

.
  1. arXiv:2311.10658  [pdf, other

    cs.FL cs.DS

    $k$-Universality of Regular Languages

    Authors: Duncan Adamson, Pamela Fleischmann, Annika Huch, Tore Koß, Florin Manea, Dirk Nowotka

    Abstract: A subsequence of a word $w$ is a word $u$ such that $u = w[i_1] w[i_2] \dots w[i_{k}]$, for some set of indices $1 \leq i_1 < i_2 < \dots < i_k \leq \lvert w\rvert$. A word $w$ is $k$-subsequence universal over an alphabet $Σ$ if every word in $Σ^k$ appears in $w$ as a subsequence. In this paper, we study the intersection between the set of $k$-subsequence universal words over some alphabet $Σ$ an… ▽ More

    Submitted 17 November, 2023; originally announced November 2023.

  2. arXiv:2308.08374  [pdf, other

    cs.FL cs.DS

    Matching Patterns with Variables Under Simon's Congruence

    Authors: Pamela Fleischmann, Sungmin Kim, Tore Koß, Florin Manea, Dirk Nowotka, Stefan Siemer, Max Wiedenhöft

    Abstract: We introduce and investigate a series of matching problems for patterns with variables under Simon's congruence. Our results provide a thorough picture of these problems' computational complexity.

    Submitted 16 August, 2023; originally announced August 2023.

    ACM Class: F.4.3; E.1

  3. arXiv:2306.14192  [pdf, ps, other

    math.CO cs.CL

    $α$-$β$-Factorization and the Binary Case of Simon's Congruence

    Authors: Pamela Fleischmann, Jonas Höfer, Annika Huch, Dirk Nowotka

    Abstract: In 1991 Hébrard introduced a factorization of words that turned out to be a powerful tool for the investigation of a word's scattered factors (also known as (scattered) subwords or subsequences). Based on this, first Karandikar and Schnoebelen introduced the notion of $k$-richness and later on Barker et al. the notion of $k$-universality. In 2022 Fleischmann et al. presented a generalization of th… ▽ More

    Submitted 11 September, 2023; v1 submitted 25 June, 2023; originally announced June 2023.

  4. arXiv:2302.06248  [pdf, ps, other

    cs.FL

    Decision Problems on Copying and Shuffling

    Authors: Vesa Halava, Tero Harju, Dirk Nowotka, Esa Sahla

    Abstract: We study decision problems of the form: given a regular or linear context-free language $L$, is there a word of a given fixed form in $L$, where given fixed forms are based on word operations copy, marked copy, shuffle and their combinations.

    Submitted 26 September, 2023; v1 submitted 13 February, 2023; originally announced February 2023.

    MSC Class: 68Q45; 68Q42; 03D35 ACM Class: F.4.3; F.4.1

  5. arXiv:2208.08806  [pdf, other

    cs.LO cs.DB cs.FL

    A Generic Information Extraction System for String Constraints

    Authors: Joel D. Day, Adrian Kröger, Mitja Kulczynski, Florin Manea, Dirk Nowotka, Danny Bøgsted Poulsen

    Abstract: String constraint solving, and the underlying theory of word equations, are highly interesting research topics both for practitioners and theoreticians working in the wide area of satisfiability modulo theories. As string constraint solving algorithms, a.k.a. string solvers, gained a more prominent role in the formal analysis of string-heavy programs, especially in connection to symbolic code exec… ▽ More

    Submitted 18 August, 2022; originally announced August 2022.

  6. arXiv:2202.07988   

    math.CO cs.CL

    On the Self Shuffle Language

    Authors: Pamela Fleischmann, Tero Harju, Lukas Haschke, Jonas Höfer, Dirk Nowotka

    Abstract: The shuffle product \(u\shuffle v\) of two words \(u\) and \(v\) is the set of all words which can be obtained by interleaving \(u\) and \(v\). Motivated by the paper \emph{The Shuffle Product: New Research Directions} by Restivo (2015) we investigate a special case of the shuffle product. In this work we consider the shuffle of a word with itself called the \emph{self shuffle} or \emph{shuffle sq… ▽ More

    Submitted 2 March, 2022; v1 submitted 16 February, 2022; originally announced February 2022.

    Comments: we missed some other publications on this topic

    MSC Class: 14J60 ACM Class: F.2.2; I.2.7

  7. arXiv:2202.07981  [pdf, ps, other

    math.CO cs.CL

    m-Nearly k-Universal Words -- Investigating Simon Congruence

    Authors: Pamela Fleischmann, Lukas Haschke, Annika Huch, Annika Mayrock, Dirk Nowotka

    Abstract: Determining the index of the Simon congruence is a long outstanding open problem. Two words $u$ and $v$ are called Simon congruent if they have the same set of scattered factors, which are parts of the word in the correct order but not necessarily consecutive, e.g., $\mathtt{oath}$ is a scattered factor of $\mathtt{logarithm}$. Following the idea of scattered factor $k$-universality, we investigat… ▽ More

    Submitted 16 February, 2022; originally announced February 2022.

    MSC Class: 14J60 ACM Class: F.2.2; I.2.7

  8. Analysis of Source Code Using UPPAAL

    Authors: Mitja Kulczynski, Axel Legay, Dirk Nowotka, Danny Bøgsted Poulsen

    Abstract: In recent years there has been a considerable effort in optimising formal methods for application to code. This has been driven by tools such as CPAChecker, DIVINE, and CBMC. At the same time tools such as Uppaal have been massively expanding the realm of more traditional model checking technologies to include strategy synthesis algorithms - an aspect becoming more and more needed as software beco… ▽ More

    Submitted 6 August, 2021; originally announced August 2021.

    Comments: In Proceedings F-IDE 2021, arXiv:2108.02369

    Journal ref: EPTCS 338, 2021, pp. 31-38

  9. Responsible and Regulatory Conform Machine Learning for Medicine: A Survey of Challenges and Solutions

    Authors: Eike Petersen, Yannik Potdevin, Esfandiar Mohammadi, Stephan Zidowitz, Sabrina Breyer, Dirk Nowotka, Sandra Henn, Ludwig Pechmann, Martin Leucker, Philipp Rostalski, Christian Herzog

    Abstract: Machine learning is expected to fuel significant improvements in medical care. To ensure that fundamental principles such as beneficence, respect for human autonomy, prevention of harm, justice, privacy, and transparency are respected, medical machine learning systems must be developed responsibly. Many high-level declarations of ethical principles have been put forth for this purpose, but there i… ▽ More

    Submitted 9 June, 2022; v1 submitted 20 July, 2021; originally announced July 2021.

    ACM Class: J.3; I.5; I.2.6

    Journal ref: IEEE Access, Vol. 10, pp. 58375-58418, 2022

  10. arXiv:2107.04014  [pdf, other

    cs.CY cs.HC

    The Show Must Go On -- Examination During a Pandemic

    Authors: Pamela Fleischmann, Mitja Kulczynski, Dirk Nowotka

    Abstract: When unexpected incidents occur, new innovative and flexible solutions are required. If this event is something such radical and dramatic like the COVID-19 pandemic, these solutions must aim to guarantee as much normality as possible while protecting lives. After a moment of shock our university decided that the students have to be able to pursue their studies for guaranteeing a degree in the expe… ▽ More

    Submitted 25 June, 2021; originally announced July 2021.

  11. arXiv:2105.07220  [pdf, ps, other

    cs.CL

    String Theories involving Regular Membership Predicates: From Practice to Theory and Back

    Authors: Murphy Berzish, Joel D. Day, Vijay Ganesh, Mitja Kulczynski, Florin Manea, Federico Mora, Dirk Nowotka

    Abstract: Widespread use of string solvers in formal analysis of string-heavy programs has led to a growing demand for more efficient and reliable techniques which can be applied in this context, especially for real-world cases. Designing an algorithm for the (generally undecidable) satisfiability problem for systems of string constraints requires a thorough understanding of the structure of constraints pre… ▽ More

    Submitted 15 May, 2021; originally announced May 2021.

    Comments: arXiv admin note: substantial text overlap with arXiv:2010.07253

  12. arXiv:2104.09063  [pdf, ps, other

    cs.CL math.CO

    Scattered Factor Universality -- The Power of the Remainder

    Authors: Pamela Fleischmann, Sebastian Bernhard Germann, Dirk Nowotka

    Abstract: Scattered factor (circular) universality was firstly introduced by Barker et al. in 2020. A word $w$ is called $k$-universal for some natural number $k$, if every word of length $k$ of $w$'s alphabet occurs as a scattered factor in $w$; it is called circular $k$-universal if a conjugate of $w$ is $k$-universal. Here, a word $u=u_1\cdots u_n$ is called a scattered factor of $w$ if $u$ is obtained f… ▽ More

    Submitted 19 April, 2021; originally announced April 2021.

    MSC Class: 14J60 ACM Class: F.2.2; I.2.7

  13. arXiv:2010.07253  [pdf, ps, other

    cs.LO

    An SMT Solver for Regular Expressions and Linear Arithmetic over String Length

    Authors: Murphy Berzish, Mitja Kulczynski, Federico Mora, Florin Manea, Joel D. Day, Dirk Nowotka, Vijay Ganesh

    Abstract: We present a novel length-aware solving algorithm for the quantifier-free first-order theory over regex membership predicate and linear arithmetic over string length. We implement and evaluate this algorithm and related heuristics in the Z3 theorem prover. A crucial insight that underpins our algorithm is that real-world instances contain a wealth of information about upper and lower bounds on len… ▽ More

    Submitted 7 May, 2021; v1 submitted 14 October, 2020; originally announced October 2020.

    Comments: 25 pages (main body 21 pages). 7 figures, 6 tables

  14. arXiv:2008.03516  [pdf, ps, other

    cs.FL

    Blocksequences of k-local Words

    Authors: Pamela Fleischmann, Lukas Haschke, Florin Manea, Dirk Nowotka, Cedric Tsatia Tsida, Judith Wiedenbeck

    Abstract: The locality of words is a relatively young structural complexity measure, introduced by Day et al. in 2017 in order to define classes of patterns with variables which can be matched in polynomial time. The main tool used to compute the locality of a word is called marking sequence: an ordering of the distinct letters occurring in the respective order. Once a marking sequence is defined, the lette… ▽ More

    Submitted 17 August, 2020; v1 submitted 8 August, 2020; originally announced August 2020.

    MSC Class: 68Q45 ACM Class: F.4.3

  15. arXiv:2006.02670  [pdf, ps, other

    cs.PL cs.SE

    Automatic Verification of LLVM Code

    Authors: Axel Legay, Dirk Nowotka, Danny Bøgsted Poulsen

    Abstract: In this work we present our work in develo** a software verification tool for llvm-code - Lodin - that incorporates both explicit-state model checking, statistical model checking and symbolic state model checking algorithms.

    Submitted 4 June, 2020; originally announced June 2020.

  16. arXiv:2005.09281  [pdf, ps, other

    cs.FL math.CO

    Weighted Prefix Normal Words: Mind the Gap

    Authors: Yannik Eikmeier, Pamela Fleischmann, Mitja Kulczynski, Dirk Nowotka

    Abstract: A prefix normal word is a binary word whose prefixes contain at least as many 1s as any of its factors of the same length. Introduced by Fici and Lipták in 2011 the notion of prefix normality is so far only defined for words over the binary alphabet. In this work we investigate a generalisation for finite words over arbitrary finite alphabets, namely weighted prefix normality. We prove that weight… ▽ More

    Submitted 19 April, 2021; v1 submitted 19 May, 2020; originally announced May 2020.

    Comments: 18 pages

    ACM Class: F.4

  17. Estimating End-to-End Latencies in Automotive Cyber-physical Systems

    Authors: Max J. Friese, Dirk Nowotka

    Abstract: Controller networks in today's automotive systems consist of more than 100 ECUs connected by various bus protocols. Seamless operation of the entire system requires a well-orchestrated interaction of these ECUs. Consequently, to ensure safety and comfort, a performance analysis is an inherent part of the engineering process. Conducting such an analysis manually is expensive, slow, and error pr… ▽ More

    Submitted 28 April, 2020; originally announced April 2020.

    Comments: In Proceedings MARS 2020, arXiv:2004.12403

    ACM Class: D.2.4

    Journal ref: EPTCS 316, 2020, pp. 134-148

  18. arXiv:2003.04629  [pdf, other

    cs.FL math.CO

    Scattered Factor-Universality of Words

    Authors: Laura Barker, Pamela Fleischmann, Katharina Harwardt, Florin Manea, Dirk Nowotka

    Abstract: A word $u=u_1\dots u_n$ is a scattered factor of a word $w$ if $u$ can be obtained from $w$ by deleting some of its letters: there exist the (potentially empty) words $v_0,v_1,..,v_n$ such that $w = v_0u_1v_1...u_nv_n$. The set of all scattered factors up to length $k$ of a word is called its full $k$-spectrum. Firstly, we show an algorithm deciding whether the $k$-spectra for given $k$ of two wor… ▽ More

    Submitted 10 March, 2020; originally announced March 2020.

  19. arXiv:2001.11218  [pdf, ps, other

    cs.FL cs.DM math.CO

    Reconstructing Words from Right-Bounded-Block Words

    Authors: Pamela Fleischmann, Marie Lejeune, Florin Manea, Dirk Nowotka, Michel Rigo

    Abstract: A reconstruction problem of words from scattered factors asks for the minimal information, like multisets of scattered factors of a given length or the number of occurrences of scattered factors from a given set, necessary to uniquely determine a word. We show that a word $w \in \{a, b\}^{*}$ can be reconstructed from the number of occurrences of at most $\min(|w|_a, |w|_b)+ 1$ scattered factors o… ▽ More

    Submitted 16 March, 2020; v1 submitted 30 January, 2020; originally announced January 2020.

  20. arXiv:1909.05580  [pdf, ps, other

    cs.LG stat.ML

    An Empirical Investigation of Randomized Defenses against Adversarial Attacks

    Authors: Yannik Potdevin, Dirk Nowotka, Vijay Ganesh

    Abstract: In recent years, Deep Neural Networks (DNNs) have had a dramatic impact on a variety of problems that were long considered very difficult, e. g., image classification and automatic language translation to name just a few. The accuracy of modern DNNs in classification tasks is remarkable indeed. At the same time, attackers have devised powerful methods to construct specially-crafted malicious input… ▽ More

    Submitted 12 September, 2019; originally announced September 2019.

  21. arXiv:1906.11718  [pdf, ps, other

    cs.FL

    On Solving Word Equations Using SAT

    Authors: Joel D. Day, Thorsten Ehlers, Mitja Kulczynski, Florin Manea, Dirk Nowotka, Danny Bøgsted Poulsen

    Abstract: We present Woorpje, a string solver for bounded word equations (i.e., equations where the length of each variable is upper bounded by a given integer). Our algorithm works by reformulating the satisfiability of bounded word equations as a reachability problem for nondeterministic finite automata, and then carefully encoding this as a propositional satisfiability problem, which we then solve using… ▽ More

    Submitted 27 June, 2019; originally announced June 2019.

  22. arXiv:1906.00715  [pdf, ps, other

    cs.FL cs.LO cs.PL cs.SE

    On Modelling the Avoidability of Patterns as CSP

    Authors: Thorsten Ehlers, Florin Manea, Dirk Nowotka, Kamellia Reshadi

    Abstract: Solving avoidability problems in the area of string combinatorics often requires, in an initial step, the construction, via a computer program, of a very long word that does not contain any word that matches a given pattern. It is well known that this is a computationally hard task. Despite being rather straightforward that, ultimately, all such tasks can be formalized as constraints satisfaction… ▽ More

    Submitted 3 June, 2019; originally announced June 2019.

  23. arXiv:1905.11847  [pdf, ps, other

    cs.FL math.CO

    On Collapsing Prefix Normal Words

    Authors: Pamela Fleischmann, Mitja Kulczynski, Dirk Nowotka

    Abstract: Prefix normal words are binary words in which each prefix has at least the same number of $\so$s as any factor of the same length. Firstly introduced by Fici and Lipták in 2011, the problem of determining the index of the prefix equivalence relation is still open. In this paper, we investigate two aspects of the problem, namely prefix normal palindromes and so-called collapsing words (extending th… ▽ More

    Submitted 19 May, 2020; v1 submitted 28 May, 2019; originally announced May 2019.

    Comments: deleted some typos

    ACM Class: F.4

  24. arXiv:1904.09125  [pdf, ps, other

    cs.FL math.CO

    k-Spectra of weakly-c-Balanced Words

    Authors: Joel D. Day, Pamela Fleischmann, Florin Manea, Dirk Nowotka

    Abstract: A word $u$ is a scattered factor of $w$ if $u$ can be obtained from $w$ by deleting some of its letters. That is, there exist the (potentially empty) words $u_1,u_2,..., u_n$, and $v_0,v_1,..,v_n$ such that $u = u_1u_2...u_n$ and $w = v_0u_1v_1u_2v_2...u_nv_n$. We consider the set of length-$k$ scattered factors of a given word w, called here $k$-spectrum and denoted $\ScatFact_k(w)$. We prove a s… ▽ More

    Submitted 24 May, 2019; v1 submitted 19 April, 2019; originally announced April 2019.

  25. arXiv:1805.09535  [pdf, other

    math.CO

    An optimal bound on the solution sets of one-variable word equations and its consequences

    Authors: Dirk Nowotka, Aleksi Saarela

    Abstract: We solve two long-standing open problems on word equations. Firstly, we prove that a one-variable word equation with constants has either at most three or an infinite number of solutions. The existence of such a bound had been conjectured, and the bound three is optimal. Secondly, we consider independent systems of three-variable word equations without constants. If such a system has a nonperiodic… ▽ More

    Submitted 24 May, 2018; originally announced May 2018.

    Comments: 16 pages. To appear in the proceedings of the 45th International Colloquium on Automata, Languages, and Programming (ICALP 2018)

    MSC Class: 68R15

  26. arXiv:1804.07647  [pdf, ps, other

    cs.DC

    Estimating Latencies of Task Sequences in Multi-Core Automotive ECUs

    Authors: Max J. Friese, Thorsten Ehlers, Dirk Nowotka

    Abstract: The computation of a cyber-physical system's reaction to a stimulus typically involves the execution of several tasks. The delay between stimulus and reaction thus depends on the interaction of these tasks and is subject to timing constraints. Such constraints exist for a number of reasons and range from possible impacts on customer experiences to safety requirements. We present a technique to det… ▽ More

    Submitted 4 April, 2018; originally announced April 2018.

  27. arXiv:1802.00523  [pdf, ps, other

    cs.LO cs.FL

    The Satisfiability of Extended Word Equations: The Boundary Between Decidability and Undecidability

    Authors: Joel Day, Vijay Ganesh, Paul He, Florin Manea, Dirk Nowotka

    Abstract: The study of word equations (or the existential theory of equations over free monoids) is a central topic in mathematics and theoretical computer science. The problem of deciding whether a given word equation has a solution was shown to be decidable by Makanin in the late 1970s, and since then considerable work has been done on this topic. In recent years, this decidability question has gained cri… ▽ More

    Submitted 1 February, 2018; originally announced February 2018.

  28. arXiv:1801.08565  [pdf, other

    cs.CG cs.DM cs.DS

    Rollercoasters and Caterpillars

    Authors: Therese Biedl, Ahmad Biniaz, Robert Cummings, Anna Lubiw, Florin Manea, Dirk Nowotka, Jeffrey Shallit

    Abstract: A rollercoaster is a sequence of real numbers for which every maximal contiguous subsequence, that is increasing or decreasing, has length at least three. By translating this sequence to a set of points in the plane, a rollercoaster can be defined as a polygonal path for which every maximal sub-path, with positive- or negative-slope edges, has at least three points. Given a sequence of distinct re… ▽ More

    Submitted 25 January, 2018; originally announced January 2018.

    Comments: 17 pages

  29. arXiv:1710.04247  [pdf, ps, other

    math.NT cs.FL

    Lagrange's Theorem for Binary Squares

    Authors: Parthasarathy Madhusudan, Dirk Nowotka, Aayush Rajasekaran, Jeffrey Shallit

    Abstract: We show how to prove theorems in additive number theory using a decision procedure based on finite automata. Among other things, we obtain the following analogue of Lagrange's theorem: every natural number > 686 is the sum of at most 4 natural numbers whose canonical base-2 representation is a binary square, that is, a string of the form xx for some block of bits x. Here the number 4 is optimal. W… ▽ More

    Submitted 22 June, 2018; v1 submitted 11 October, 2017; originally announced October 2017.

  30. arXiv:1702.07922  [pdf, other

    cs.FL

    The Hardness of Solving Simple Word Equations

    Authors: Joel D. Day, Florin Manea, Dirk Nowotka

    Abstract: We investigate the class of regular-ordered word equations. In such equations, each variable occurs at most once in each side and the order of the variables occurring in both sides is the preserved (the variables can be, however, separated by potentially distinct constant factors). Surprisingly, we obtain that solving such simple equations, even when the sides contain exactly the same variables, i… ▽ More

    Submitted 28 February, 2017; v1 submitted 25 February, 2017; originally announced February 2017.

  31. arXiv:1604.00054  [pdf, other

    cs.DS

    Detecting One-variable Patterns

    Authors: Dmitry Kosolobov, Florin Manea, Dirk Nowotka

    Abstract: Given a pattern $p = s_1x_1s_2x_2\cdots s_{r-1}x_{r-1}s_r$ such that $x_1,x_2,\ldots,x_{r-1}\in\{x,\overset{{}_{\leftarrow}}{x}\}$, where $x$ is a variable and $\overset{{}_{\leftarrow}}{x}$ its reversal, and $s_1,s_2,\ldots,s_r$ are strings that contain no variables, we describe an algorithm that constructs in $O(rn)$ time a compact representation of all $P$ instances of $p$ in an input string of… ▽ More

    Submitted 18 July, 2017; v1 submitted 31 March, 2016; originally announced April 2016.

    Comments: 16 pages (+13 pages of Appendix), 4 figures, accepted to SPIRE 2017

  32. arXiv:1601.02453  [pdf, ps, other

    cs.DM cs.FL

    A note on Thue games

    Authors: Robert Mercaş, Dirk Nowotka

    Abstract: In this work we improve on a result from~\cite{GryKosZma15}. In particular, we investigate the situation where a word is constructed jointly by two players who alternately append letters to the end of an existing word. One of the players (Ann) tries to avoid (non-trivial) repetitions, while the other one (Ben) tries to enforce them. We show a construction that is closer to the lower bound showed i… ▽ More

    Submitted 11 January, 2016; originally announced January 2016.

  33. arXiv:1108.3622  [pdf, ps, other

    cs.FL cs.DM math.CO

    Pattern Avoidability with Involution

    Authors: Bastian Bischoff, Dirk Nowotka

    Abstract: An infinte word w avoids a pattern p with the involution t if there is no substitution for the variables in p and no involution t such that the resulting word is a factor of w. We investigate the avoidance of patterns with respect to the size of the alphabet. For example, it is shown that the pattern a t(a) a can be avoided over three letters but not two letters, whereas it is well… ▽ More

    Submitted 17 August, 2011; originally announced August 2011.

    Comments: In Proceedings WORDS 2011, arXiv:1108.3412

    ACM Class: F.4.3; G.2.1

    Journal ref: EPTCS 63, 2011, pp. 65-70

  34. Maximal Intersection Queries in Randomized Input Models

    Authors: Benjamin Hoffmann, Mikhail Lifshits, Yury Lifshits, Dirk Nowotka

    Abstract: Consider a family of sets and a single set, called the query set. How can one quickly find a member of the family which has a maximal intersection with the query set? Time constraints on the query and on a possible preprocessing of the set family make this problem challenging. Such maximal intersection queries arise in a wide range of applications, including web search, recommendation systems, and… ▽ More

    Submitted 1 April, 2010; originally announced April 2010.

    Comments: 18 pages

    Journal ref: Theory of Computing Systems, 46(1):104-119, 2010

  35. arXiv:0707.0562  [pdf, ps, other

    cs.LO

    On a Non-Context-Free Extension of PDL

    Authors: Stefan Göller, Dirk Nowotka

    Abstract: Over the last 25 years, a lot of work has been done on seeking for decidable non-regular extensions of Propositional Dynamic Logic (PDL). Only recently, an expressive extension of PDL, allowing visibly pushdown automata (VPAs) as a formalism to describe programs, was introduced and proven to have a satisfiability problem complete for deterministic double exponential time. Lately, the VPA formali… ▽ More

    Submitted 18 July, 2007; v1 submitted 4 July, 2007; originally announced July 2007.

  36. arXiv:cs/0305039  [pdf, ps, other

    cs.DM

    Periodicity and Unbordered Words: A Proof of the Extended Duval Conjecture

    Authors: Tero Harju, Dirk Nowotka

    Abstract: The relationship between the length of a word and the maximum length of its unbordered factors is investigated in this paper. Consider a finite word w of length n. We call a word bordered, if it has a proper prefix which is also a suffix of that word. Let f(w) denote the maximum length of all unbordered factors of w, and let p(w) denote the period of w. Clearly, f(w) < p(w)+1. We establish tha… ▽ More

    Submitted 25 May, 2003; v1 submitted 23 May, 2003; originally announced May 2003.

    Comments: 16 pages

    ACM Class: F.4.m