Find the missing permutation: Difference between revisions

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