Skip to content

Levenshtein Distance #2394

@Sneha421

Description

@Sneha421

The Levenshtein distance is a string metric for measuring the difference between two sequences.

Input: Two Strings (Let's say A and B)
Output: Levenshtein Distance

In this problem, we need to find the minimum number of single-character edits (this could be insertions, substitutions, or deletions) that can convert one string to another (eg: A to B)

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions