Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Zip solution in Clear category for Surjection Strings by lolucky
var isometricStrings = (s, t) => new Set([...s].map((v,i) => v+t[i])).size == new Set(s).size
Nov. 21, 2020
Comments: