Search

Search Results

Showing 1-20 of 94,845 results
  1. Chapter

    String and StringBuffer

    Chapter 1 briefly referred to the String type in the context of String[] args. This type showed up in subsequent chapters without a proper...
    Jeff Friesen in Learn Java Fundamentals
    2024
  2. Article

    A decision procedure for string constraints with string/integer conversion and flat regular constraints

    String constraint solving is the core of various testing and verification approaches for scripting languages. Among algorithms for solving string...

    Hao Wu, Yu-Fang Chen, ... Naijun Zhan in Acta Informatica
    24 October 2023
  3. Article

    Permutation-constrained Common String Partitions with Applications

    We study a new combinatorial problem based on the famous Minimum Common String Partition problem, which we call Permutation-constrained Common String...

    Manuel Lafond, Binhai Zhu in Algorithmica
    30 September 2024
  4. Chapter

    Interactive Input

    In this chapter, we'll delve into how to add interactive input capabilities to your PowerShell scripts. Interactive input allows your script to...
    Vikas Sukhija in PowerShell Fast Track
    2025
  5. Conference paper

    String Constraints with Regex-Counting and String-Length Solved More Efficiently

    Regular expressions (regex for short) and string-length function are widely used in string-manipulating programs. Counting is a frequently used...
    2024
  6. Conference paper

    SMTQuery: Analysing SMT-LIB String Benchmarks

    Constraint satisfaction problems involving strings have been a subject of theoretical study for decades, but it is only in recent years that...
    Mitja Kulczynski, Kevin Lotz, ... Paul Sarnighausen-Cahn in Formal Methods: Foundations and Applications
    2025
  7. Conference paper
    Full access

    Solving String Constraints Using SAT

    String solvers are automated-reasoning tools that can solve combinatorial problems over formal languages. They typically operate on restricted...
    Kevin Lotz, Amit Goel, ... Dirk Nowotka in Computer Aided Verification
  8. Chapter

    String Manipulation

    In the Bourne shell, very little string manipulation was possible without resorting to external commands. Strings could be concatenated by...
    Jayant Varma in Pro Bash
    2023
  9. Article
    Full access

    Quantum Algorithm for Lexicographically Minimal String Rotation

    Lexicographically minimal string rotation (LMSR) is a problem to find the minimal one among all rotations of a string in the lexicographical order,...

    Qisheng Wang, Mingsheng Ying in Theory of Computing Systems
    24 October 2023 Open access
  10. Article
    Full access

    String Kernel-Based Techniques for Native Language Identification

    In recent years, Native Language Identification (NLI) has shown significant interest in computational linguistics. NLI uses an author’s speech or...

    Vamshi Kumar Gurram, J. Sanil, ... S. Asharaf in Human-Centric Intelligent Systems
    14 June 2023 Open access
  11. Conference paper

    Maximal \(\alpha \) -Gapped Repeats in a Fibonacci String

    A gapped repeat is a substring of the form uvu where u is any nonempty string called arm, and v is any string called gap. A gapped repeat is maximal...
    Kazuma Yamane, Yuto Nakashima, ... Takashi Horiyama in SOFSEM 2025: Theory and Practice of Computer Science
    2025
  12. Conference paper

    Quantum Algorithm for the Multiple String Matching Problem

    Let us consider the Multiple String Matching Problem. In this problem, we consider a long string, denoted by t, of length n. This string is referred...
    2025
  13. Chapter

    Standard Input and Output

    The C standard library provides functions allowing us to accept data/characters from the standard input and output data/characters to the standard...
    Slobodan Dmitrović in Modern C for Absolute Beginners
    2024
  14. Chapter

    String Algorithms

    Section 14.1 presents the trie structure which maintains a set of strings. After this, dynamic programming algorithms for determining longest common...
    2024
  15. Article
    Full access

    Solving the SAT problem with the string multiset rewriting calculus

    In this paper, we develop computing machinery within the framework of the String Multiset Rewriting calculus (SMSR), as defined by Barbuti et al. [ 4 ],...

    Péter Battyányi in Computing
    06 February 2024 Open access
  16. Chapter

    Input to Your Scripts

    In the real world of system administration, it's common to encounter scenarios where your scripts need to process and act on various types of input...
    Vikas Sukhija in PowerShell Fast Track
    2025
  17. Chapter

    Essential Input and Output

    In this chapter, you’re going to look in more detail at input from the keyboard and output to the screen. The bad news is that there’s quite a lot of...
    German Gonzalez-Morris, Ivor Horton in Beginning C
    2024
  18. Article
    Full access

    On the Impact of Input Models on the Fault Detection Capabilities of Combinatorial Testing

    Testing is an important activity to detect faults before software deployment. We focus on black-box combinatorial testing, where fault detection is...

    Carmen Baumann, Yavuz Koroglu, Franz Wotawa in SN Computer Science
    27 August 2024 Open access
  19. Chapter

    Unity’s New Input System

    In this chapter, you explore Unity’s New Input System, a cutting-edge framework that significantly improves game development through superior control...
    Christopher Coutinho in Unity Cookbook
    2024
  20. Article
    Full access

    Near-Optimal Quantum Algorithms for String Problems

    We study quantum algorithms for several fundamental string problems, including Longest Common Substring , Lexicographically Minimal String Rotation ,...

    Shyan Akmal, Ce Jin in Algorithmica
    27 January 2023 Open access
Did you find what you were looking for? Share feedback.