Cut a Numeric String into Required Pieces
Yinqi Cai

TL;DR
The paper investigates algorithms for partitioning a numeric string into segments with minimum sum constraints, presenting efficient greedy, dynamic programming, and fixed-parameter tractable algorithms.
Contribution
It introduces multiple algorithms with different complexities for the string partitioning problem, including a novel FPT algorithm for specific cases.
Findings
Greedy algorithm runs in O(n) time.
Dynamic programming solution operates in O(kn log n) time.
FPT algorithm achieves O(n + k log n + 2^k k) time complexity.
Abstract
We study the problem of cutting a length- string of positive real numbers into pieces so that every piece has sum at least . The problem can also be phrased as transforming such a string into a new one by merging adjacent numbers. We discuss connections with other problems and present several algorithms in connection with the problem: an -time greedy algorithm, an -time dynamic programming algorithm, and an -time FPT algorithm for pieces.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing and 3D Reconstruction · Archaeology and ancient environmental studies · Handwritten Text Recognition Techniques
