Top new questions this week:
|
Challenge
Draw the Olympic Games logo...
...as ASCII art!
Sample Output
* * * * * * * * *
* * * * * *
* …
|
No input required, but output must read "All your base are belong to us".
Restrictions
No external resources.
Plus a minimum of two of the following:
You cannot use "a", "b", "t", "u", or "y" in …
|
Challenge
Draw a Heart shape
...as ASCII art!
Your art doesn't have to look exactly like mine, but it has to look like a Heart Shape.
The inside of of the heart has to contain the words "Love" …
|
9-hole mini-golf: Description
9 (mostly fairly easy) code golfing challenges of varying difficulty
Penalties for using the same language more than once
All challenges about a specific theme (this …
|
Objective: Write a program that generates beautiful (?) ASCII-art landscapes and skylines!
Your program has just one input: a string composed of any combination/repetition of the chars 0123456789abc.
…
|
Terms
A worm is any list of nonnegative integers, and its rightmost element is called the head. If the head is not 0, the worm has an active segment consisting of the head together with all …
|
In the spirit of Hello world! with NO repetition
Write a program that prints the string "the quick brown fox jumps over the lazy dog" with optional newline. The entire program must not repeat any …
|
Greatest hits from previous weeks:
|
Write the shortest code that either:
Generates a Fibonacci sequence (either in standard output, or as a stream)
Calculates, given n, the nth Fibonacci number
(I gave both options in case one is …
|
Challenge
Given that Christmas is
December
Month 12
Day 25
every year: determine today's date, and whether or not today is Christmas.
If it is Christmas, you must print "It's Christmas". If it is …
|
Can you answer these?
|
This is a challenge on the internet asked by Palantir Technologies in their interviews.
A group of farmers has some elevation data, and we’re going to help
them understand how rainfall flows …
|
Problem: Remove characters from a string to make the largest palindrome possible.
Example Input:
3 // Number of lines to test
GGABZXVYCCDBA
ABGBAD
ABC
Example Output:
ABCCBA
ABGBA
B
|