Realm

gnoland

gno.land/r/moul/x/daily/levenshteindemo/v1:gno/gnoland

Render

Levenshtein distance

Transforming gnognoland

  • Edit distance: 4 single-character edits (insert / delete / substitute)
  • Similarity: 43%

DP table

Each cell d[i][j] is the distance between the first i runes of gno and the first j runes of gnoland. The bottom-right cell is the answer.

εgnoland
ε01234567
g10123456
n21012345
o32101234

← back

Source (qfile)

README.md
gnomod.toml
levenshteindemo.gno