Longest Common Subsequence (LCS)

Longest common subsequence

A longest common subsequence is a sequence of elements that are present in all given sequences, and is the longest among them. It can be used to compare two sequences and find similarities between them, and is used in data comparison programs, revision control systems, computational linguistics, and bioinformatics.

1 courses cover this concept

CS 161 Design and Analysis of Algorithms

Stanford University

Winter 2023

This course provides an in-depth exploration of algorithm analysis and design. It covers various sorting, searching, and selection algorithms, data structures, and fundamental graph algorithms. It emphasizes the understanding of worst and average case analysis, recurrences, and asymptotics.

No concepts data

+ 30 more concepts