Skip to content

Instantly share code, notes, and snippets.

@pjbelo
Created January 31, 2023 11:55
Show Gist options
  • Save pjbelo/f540e42b8945bd33b3afb5e2f7176f8d to your computer and use it in GitHub Desktop.
Save pjbelo/f540e42b8945bd33b3afb5e2f7176f8d to your computer and use it in GitHub Desktop.
levenshtein distance - string similarity [ruby]
require "rubygems/text"
include Gem::Text
p levenshtein_distance('asd', 'sdf')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment