Problem 1: ABC's Regex Golf
Solving ABC's Regex Golf is all about finding the shortest regex to match a given string.
// Match all strings that end with 'z' /\d+z/
Solving ABC's Regex Golf is all about finding the shortest regex to match a given string.
// Match all strings that end with 'z' /\d+z/