Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

→‎General: cat & tee
(→‎Playfair encryption and decryption: Draft task already exists)
(→‎General: cat & tee)
Line 69:
 
* Zipping sequences (calculating their [[wp:Convolution (computer science)|convolution]]) and unzipping
 
* cat & tee: copy input to output, copy input to multiple outputs. I'm not sure of the best name for these tasks ("IO/cat" & "IO/tee"? "copy input to output"?). [[Input loop]] has some solutions that implement the first, but it doesn't explicitly say what should be done with input, and some solutions to `cat` and `tee` may not use loops (which is what's interesting about these tasks).
 
==Games==
Anonymous user