Skip to content

Conversation

@AyushRawal
Copy link

This pull request adds a new section on the Edit Distance (Levenshtein Distance) algorithm, including both its mathematical definition and a dynamic programming implementation using mapcode. It also integrates a visual explanation of the dynamic programming table for a concrete example and includes this new section in the main document.

  • Added a new file, EditDistance.typ, which introduces the Edit Distance algorithm with a formal definition, a mapcode-based dynamic programming formulation, and a detailed visualization of the DP table for the example strings "cat" and "dog".

  • Included the new EditDistance.typ section in the main document (main.typ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant