Skip to content
#

subsequence

Here are 49 public repositories matching this topic...

The longest common subsequence (LCS) problem is the problem of finding the longest subsequence common to all sequences in a set of sequences (often just two sequences). It differs from problems of finding common substrings: unlike substrings, subsequences are not required to occupy consecutive positions within the original sequences. The longest…

  • Updated May 26, 2017
  • Python

The minimal elements of the prime numbers which are > b written in the positional numeral system with radix b, as digit strings under the subsequence ordering, for 2 ≤ b ≤ 36

  • Updated Feb 12, 2026
  • C++

Improve this page

Add a description, image, and links to the subsequence topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the subsequence topic, visit your repo's landing page and select "manage topics."

Learn more