Longest segment of balanced parentheses -- an exercise in program inversion in a segment problem (Functional Pearl)
classification
💻 cs.PL
keywords
segmentbalancedfindlongestparenthesesproblemapproachbecause
read the original abstract
Given a string of parentheses, the task is to find the longest consecutive segment that is balanced, in linear time. We find this problem interesting because it involves a combination of techniques: the usual approach for solving segment problems, and a theorem for constructing the inverse of a function -- through which we derive an instance of shift-reduce parsing.
This paper has not been read by Pith yet.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.