Tagged Questions
4
votes
4answers
212 views
Encode a program with the fewest distinct characters possible,
The goal is to write a program that encodes an other program (input) with the fewest character possible.
Scoring
The score is equal to the different number of characters needed for the output.
...
4
votes
1answer
432 views
Lorem Ipsum Random Code Generation
An IDE developer has hired you to write a program that generates (by printing to stdout) n lines of randomly generated code. They will use your program to create sample code for use in marketing their ...
7
votes
7answers
732 views
Find all number pairs that sum to 121212
This problem is quite easy to do by brute force. In fact, it'll be reasonably fast to brute force as well. But where's the fun in that?
The Problem
Produce a list of all unique 5 digit number ...