Find the missing permutation: Difference between revisions

(Added Lua version)
Line 1,125:
pStr = table.concat(perm)
if notIn(permList, pStr) then print(pStr) end
endMend</lang>
{{out}}
<pre>DBAC</pre>
Anonymous user