We are improving our search experience. To check which content you have full access to, or for advanced search, go back to the old search.

Search

Please fill in this field.
Filters applied:

Search Results

Showing 1-20 of 10,000 results
  1. Rensets and Renaming-Based Recursion for Syntax with Bindings Extended Version

    We introduce renaming-enriched sets ( rensets for short), which are algebraic structures axiomatizing fundamental properties of renaming (also known...

    Andrei Popescu in Journal of Automated Reasoning
    Article Open access 05 July 2023
  2. Recursion

    In nature and mathematics, you can find the topic self-similarity or recurring structures, such as snowflakes, fractals, and Julia sets, which are...
    Michael Inden in Python Challenges
    Chapter 2022
  3. Recursion

    In nature and mathematics, you can find the topic self-similarity or recurring structures, such as snowflakes or fractals and Julia sets, which are...
    Michael Inden in Java Challenges
    Chapter 2022
  4. Advanced Recursion

    In this chapter, you will explore some advanced aspects around recursion. You’ll start with the optimization technique called memoization. After...
    Michael Inden in Python Challenges
    Chapter 2022
  5. Recursion Advanced

    In this chapter, you explore some more advanced aspects around recursion. You start with the optimization technique called memoization. After that,...
    Michael Inden in Java Challenges
    Chapter 2022
  6. The Second Recursion Theorem

    The recursion theorem is attributed to Kleene, but it was embedded in a somewhat different format in Gödel’s first incompleteness theorem proof...
    George Tourlakis in Computability
    Chapter 2022
  7. Tail Recursion Transformation for Invertible Functions

    Tail recursive functions allow for a wider range of optimisations than general recursive functions. For this reason, much research has gone into the...
    Joachim Tilsted Kristensen, Robin Kaarsgaard, Michael Kirkedal Thomsen in Reversible Computation
    Conference paper 2023
  8. Deterministic Recursion to Target Class Classification

    Abstract

    Formal mathematical description and analysis of the mathematical model of the problem from the field of medicine about adaptation of dynamic...

    Levon Aslanyan, Karen Gishyan, Hasmik Sahakyan in Pattern Recognition and Image Analysis
    Article 26 September 2023
  9. Natural Numbers, Mathematical Induction, Recursion

    At the end of this chapter...
    Chapter 2023
  10. Rensets and Renaming-Based Recursion for Syntax with Bindings

    I introduce renaming-enriched sets (rensets for short), which are algebraic structures axiomatizing fundamental properties of renaming (also known as...
    Andrei Popescu in Automated Reasoning
    Conference paper Open access 2022
  11. Sequences, Induction and Recursion

    We review three related topics in this chapter: sequences, induction and recursion. A sequence is an ordered list of elements and is a function from...
    Chapter 2021
  12. Teaching Recursion in High School

    There is little doubt about both the importance and at the same time difficulty of teaching recursion as part of any sophisticated programming...
    Conference paper 2021
  13. Exceptions, Move Constructors and =, Recursion, and O notation

    One needful thing – a better way of handling error conditions – and a few very-nice-to-haves: more efficient copying ("move" functions), functions...
    Chapter 2021
  14. A Sound Strategy to Compile General Recursion into Finite Depth Pattern Matching

    Programming languages are popular and diverse, and the convenience of programmatically changing the behavior of complex systems is attractive even...
    Maycon J. J. Amaro, Samuel S. Feitosa, Rodrigo G. Ribeiro in Formal Methods: Foundations and Applications
    Conference paper 2022
  15. Flattening Karatsuba’s Recursion Tree into a Single Summation

    The recursion tree resulting from Karatsuba’s formula is built here using an interleaved splitting scheme rather than the traditional left/right one....

    Thomas Baruchel in SN Computer Science
    Article 22 November 2019
  16. Recycling Outputs as Inputs: Induction and Recursion

    Thisinput chapterrecursion introduces inductioninduction and recursion, which are omnipresent in computer science and logic. The simplest context in...
    Chapter 2020
  17. Exploring recursive neural networks for compact handwritten text recognition models

    This paper addresses the challenge of deploying recognition models in specific scenarios in which memory size is relevant, such as in low-cost...

    Enrique Mas-Candela, Jorge Calvo-Zaragoza in International Journal on Document Analysis and Recognition (IJDAR)
    Article Open access 27 June 2024
  18. A Characterization of Functions over the Integers Computable in Polynomial Time Using Discrete Ordinary Differential Equations

    This paper studies the expressive and computational power of discrete Ordinary Differential Equations (ODEs), a.k.a. (Ordinary) Difference Equations....

    Olivier Bournez, Arnaud Durand in computational complexity
    Article 12 July 2023
  19. Complexity Analysis

    This Chapter advocates a structure-oriented approach to simplify and generalize complexity investigations. The DIAGONALIZATION and REDUCTION methods...
    Egon Börger, Vincenzo Gervasi in Structures of Computing
    Chapter 2024
  20. Fantastic Morphisms and Where to Find Them

    Structured recursion schemes have been widely used in constructing, optimizing, and reasoning about programs over inductive and coinductive...
    Zhixuan Yang, Nicolas Wu in Mathematics of Program Construction
    Conference paper 2022
Did you find what you were looking for? Share feedback.