DEV Community

Discussion on: The easiest problem you cannot solve.

Collapse
 
theodesp profile image
Theofanis Despoudis

"cat and dog must appear exactly once."

That violates

K(dog)()
K(K)()(dog)()
K(K(K)()(dog))(K)()

Collapse
 
joelnet profile image
JavaScript Joel

I added that rule in afterwards. These solutions were valid at the time he posted, so I'll give him credit for the creativity :)

Collapse
 
entrptaher profile image
Md Abu Taher

I was the first to solve his problem :D
He changed the rules after I posted my solution.
Check the comments.