scispace - formally typeset
J

J. J. Liu

Researcher at National Taiwan University of Science and Technology

Publications -  2
Citations -  38

J. J. Liu is an academic researcher from National Taiwan University of Science and Technology. The author has contributed to research in topics: Longest common subsequence problem & Function composition. The author has an hindex of 2, co-authored 2 publications receiving 36 citations.

Papers
More filters
Journal ArticleDOI

Finding a longest common subsequence between a run-length-encoded string and an uncompressed string

TL;DR: An O(min{mN,Mn}) time algorithm for finding a longest common subsequence of strings X and Y with lengths M and N, respectively, and run-length-encoded lengths m and n, respectively is proposed.
Journal ArticleDOI

Edit distance for a run-length-encoded string and an uncompressed string

TL;DR: A new algorithm for computing the edit distance of an uncompressed string against a run-length-encoded string and its result directly implies an O(min{mN,Mn}) time algorithm for strings of lengths m and n with M and N runs, respectively.