Changeable words: Difference between revisions

Content added Content deleted
(Added Prolog Solution)
(Add notes and ref.)
Line 6: Line 6:


The length of any word shown should have a length &nbsp; <big>'''>&nbsp; 11</big>.
The length of any word shown should have a length &nbsp; <big>'''>&nbsp; 11</big>.

;Note:
* A copy of the specific [https://web.archive.org/web/20180611003215/http://www.puzzlers.org/pub/wordlists/unixdict.txt unixdict.txt] linked to should be used for consistency of results.
* Words <big>'''>&nbsp; 11</big>''' are required, ie of 12 characters or more.




{{Template:Strings}}
{{Template:Strings}}
<br><br>
<br><br>

;Reference:
* [[Levenshtein distance]]
<br><br>



=={{header|C}}==
=={{header|C}}==