Autogram checker: Difference between revisions

m
Line 64:
 
The task asks us for a rough check, so we rely on normalization to implement the stable core of the algorithm. Also, we use <tt>us</tt> and <tt>uk</tt> from [[Number_names#J|the Number names task]] and explicitly support autograms with character counts higher than 99 (though of course none appear in the task examples).
 
In other words, we explicitly ignore details which were not specified in the task description as requirements of all autograms.
 
Implementation: <lang J>NB. requires uk and us from rosettacode Number_names#J
6,951

edits