Narcissist: Difference between revisions

Content added Content deleted
(→‎{{header|TXR}}: Notes about termination in proof section.)
m (Omit bc, dc.)
Line 175: Line 175:


Nothing in the query calls for any iteration or recursion. Termination depends on the base64 and sed utilities munching through the input, which presumably process an input of size N in O(N) steps. On that note, we could limit how many lines of the input are passed to base64 by using <code>sed -n -e '2,20p'</code>.
Nothing in the query calls for any iteration or recursion. Termination depends on the base64 and sed utilities munching through the input, which presumably process an input of size N in O(N) steps. On that note, we could limit how many lines of the input are passed to base64 by using <code>sed -n -e '2,20p'</code>.


{{omit from|bc|Cannot read a file.}}
{{omit from|dc|Cannot read a file.}}