Skip to main content
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

Mathematica, regex length 11, non-competing, crackedcracked

PCRE flavour:

^[^]@]{49}$ 

The correct solution will be a function which takes an integer and returns the output as a nested list like:

{{1, 2, 3, 4}, {8, 7, 6, 5}, {9, 10, 11, 12}, {16, 15, 14, 13}} 

Mathematica, regex length 11, non-competing, cracked

PCRE flavour:

^[^]@]{49}$ 

The correct solution will be a function which takes an integer and returns the output as a nested list like:

{{1, 2, 3, 4}, {8, 7, 6, 5}, {9, 10, 11, 12}, {16, 15, 14, 13}} 

Mathematica, regex length 11, non-competing, cracked

PCRE flavour:

^[^]@]{49}$ 

The correct solution will be a function which takes an integer and returns the output as a nested list like:

{{1, 2, 3, 4}, {8, 7, 6, 5}, {9, 10, 11, 12}, {16, 15, 14, 13}} 
replaced http://meta.codegolf.stackexchange.com/ with https://codegolf.meta.stackexchange.com/
Source Link
replaced http://meta.codegolf.stackexchange.com/ with https://codegolf.meta.stackexchange.com/
Source Link
replaced http://meta.codegolf.stackexchange.com/ with https://codegolf.meta.stackexchange.com/
Source Link
Loading
added 60 characters in body
Source Link
Martin Ender
  • 198.3k
  • 67
  • 455
  • 999
Loading
Source Link
Martin Ender
  • 198.3k
  • 67
  • 455
  • 999
Loading