Tagged Questions
The challenge tag has no wiki summary.
597
votes
15answers
47k views
Twitter image encoding challenge [closed]
If a picture's worth 1000 words, how much of a picture can you fit in 140 characters?
Note: That's it folks! Bounty deadline is here, and after some tough deliberation, I have decided that Boojum's ...
108
votes
68answers
20k views
Programming challenge: can you code a hello world program as a Palindrome?
So the puzzle is to write a hello world program in your language of choice, where the program's source file as a string has to be a palindrome.
To be clear, the output has to be exactly "Hello, ...
95
votes
17answers
12k views
Where can you find fun/educational programming challenges? [closed]
I've searched around for different challenge sites, and most of them seem to be geared towards difficulty in problem solving logically, rather than trying to use your language of choice to do ...
71
votes
2answers
5k views
Real-world applications of zygohistomorphic prepromorphisms
Yes, these ones:
{-#LANGUAGE TypeOperators, RankNTypes #-}
import Control.Morphism.Zygo
import Control.Morphism.Prepro
import Control.Morphism.Histo
import Control.Functor.Algebra
import ...
64
votes
22answers
5k views
Code Golf: Conway's Game of Life
The Challenge: Write the shortest program that implements John H. Conway's Game of Life cellular automaton. [link]
EDIT: After about a week of competition, I have selected a victor: pdehaan, for ...
49
votes
29answers
4k views
Code golf: Digital clock
Possible Duplicate:
Code Golf: Seven Segments
The task: Write the smallest possible program (least number of characters) that takes input in the hh:mm format and outputs this as a digital ...
45
votes
25answers
4k views
Code Golf: Fractran
The Challenge
Write a program that acts as a Fractran interpreter. The shortest interpreter by character count, in any language, is the winner. Your program must take two inputs: The fractran program ...
38
votes
18answers
7k views
The Skyline Problem
I just came across this little problem on UVA's Online Judge and thought, that it may be a good candidate for a little code-golf.
The problem:
You are to design a program to assist an architect in ...
36
votes
11answers
6k views
Simple Python Challenge: Fastest Bitwise XOR on Data Buffers
Challenge:
Perform a bitwise XOR on two equal sized buffers. The buffers will be required to be the python str type since this is traditionally the type for data buffers in python. Return the ...
30
votes
11answers
3k views
Very small programs to improve programming skills?
I realize that to become a better programmer, you need to program!
So obviously the more practice, the better you become.
My problem is this. I am currently in university, and I find my course load ...
25
votes
14answers
1k views
Code Golf: Calculate Orthodox Easter date
The Challenge
Calculate the Date of the Greek Orthodox Easter (http://www.timeanddate.com/holidays/us/orthodox-easter-day) Sunday in a given Year (1900-2100) using the least amount of characters.
...
25
votes
22answers
2k views
How would you make this switch statement as fast as possible?
2009-12-04 UPDATE: For profiling results on a number of the suggestions posted here, see below!
The Question
Consider the following very harmless, very straightforward method, which uses a switch ...
24
votes
7answers
2k views
Algorithm challenge: Generate color scheme from an image
Background
So, I'm working on a fresh iteration of a web app. And, we've found that our users are obsessed with being lazy. Really lazy. In fact, the more work we do for them, the more they love ...
23
votes
5answers
1k views
Challenging dynamic programming problem
This is a toned down version of a computer vision problem I need to solve. Suppose you are given parameters n,q and have to count the number of ways of assigning integers 0..(q-1) to elements of ...
19
votes
17answers
8k views
Find the least number of coins required that can make any change from 1 to 99 cents
Recently I challenged my co-worker to write an algorithm to solve this problem:
Find the least number of coins required that can make any change from 1 to 99 cents. The coins can only be pennies ...
19
votes
23answers
2k views
Eric Lippert's challenge “comma-quibbling”, best answer?
I wanted to bring this challenege to the attention of the stackoverflow community. The original problem and answers are here. BTW, if you did not follow it before, you should try to read Eric's blog, ...
19
votes
12answers
2k views
Where do you go to tickle your brain (to get programming challenges)? [closed]
Possible Duplicate:
Where can you find fun/educational programming challenges?
I am sure we all have some place to go to get our brain teased!
Sometimes i visit
Project Euler is a ...
18
votes
5answers
1k views
Are there any sites that do Python programming challenges similar to ProjectEuler, only maybe not so math oriented?
I really learned a lot about programming doing some of the problems on Project Euler, but I'm not much of a math guy. I am looking for similar programming projects just for fun. Does anyone know any ...
18
votes
16answers
15k views
Good Programming Projects/Assignments for Students
I remember when I took my first programming class in the 11th grade in high school. The course was called AP Computer Science. Anyway, the teacher had some very cool and challenging assignments to ...
17
votes
7answers
313 views
How to find Best Price for a Deck of Collectible Cards?
Or The Traveling Salesman plays Magic!
I think this is a rather interesting algorithmic challenge. Curious if anyone has any good suggestions for solving it, or if it is already solvable in a known ...
17
votes
1answer
903 views
Listing all interesting sections of a tetrahedron
Answer update, 12/22:
Using Peter Shor's observation that there's a homomorphism between distinct sections and permutations of objects on the cube, list all such permutations by representing a group ...
17
votes
5answers
16k views
How do I find the install time and date of Windows?
This might sound like a little bit of a crazy question, but how can I find out (hopefully via an API/registry key) the install time and date of Windows?
The best I can come up with so far is to look ...
15
votes
3answers
341 views
Java breaks strong typing! Who can explain it? [closed]
Possible Duplicate:
Varying behavior for possible loss of precision
I found an inconsistence in Java strong typing check at compile time.
Please look at the following code:
int sum = 0;
...
15
votes
8answers
3k views
Generating all Possible Combinations
Given 2 arrays Array1 = {a,b,c...n} and Array2 = {10,20,15....x} ..
how can i generate all possible combination as Strings a(i) b(j) c(k) n(p) where
1 <= i <= 10, 1 <= j <= 20 , 1 <= ...
15
votes
14answers
7k views
Enumerate or list all variables in a program of [your favorite language here]
A friend asked me last week how to enumerate or list all variables within a program/function/etc. for the purposes of debugging (essentially getting a snapshot of everything so you can see what ...
14
votes
15answers
2k views
C puzzle: Output of printf should be '5' always
I found this puzzle in a C aptitude paper.
void change()
{
//write something in this function so that output of printf in main function
//should always give 5.you can't change the main ...
13
votes
13answers
8k views
Write a C program to find the smallest of three integers, without using any of the comparison operators
I found this question online and have been struggling to come up with an answer to it on my own.
Bonus question I found. Write hello world in C without using a semicolon.
13
votes
12answers
13k views
Is there a way to split strings with String.split() and include the delimiters?
I'm trying to split a string with all non-alphanumeric characters as delimiters yet Java's String.split() method discards the delimiter characters from the resulting array. Is there a way to split a ...
13
votes
5answers
8k views
How do I create a recursive query in MSSQL 2005?
Let's say I have the following table:
CustomerID ParentID Name
========== ======== ====
1 null John
2 1 James
3 2 Jenna
4 3 Jennifer
5 ...
12
votes
5answers
199 views
Read a string, 3x3 characters at a time
So imagine this string:
_ _ _ _ _ _ _
| _| _||_||_ |_ ||_||_|
||_ _| | _||_| ||_| _|
What would be the easiest / nicest way of splitting this string so that each number could ...
12
votes
12answers
2k views
Fastest algorithm to check if a number is pandigital?
Pandigital number is a number that contains the digits 1..number length.
For example 123, 4312 and 967412385.
I have solved many Project Euler problems, but the Pandigital problems always exceed the ...
11
votes
3answers
470 views
Favorite Online Judge Challenge
For years I have visited the UVa Online Judge site to practice programming skills and just recently ( thanks to this site ) discovered the Sphere Online Judge site. I am interested to know which ...
11
votes
16answers
1k views
What was the funnest programming challenge you were ever tasked with? [closed]
The funnest thing I ever got paid to do was a compete in a competition. I the "Unix Guy" was tasked with using C# and .NET to build a client/server database application. Our resident "Windows Guy" was ...
11
votes
14answers
935 views
Project Suggestions
I'd like suggestions for a small project to work on this fall. Something I can work on a few hours a week that will keep me entertained and help me learn new things about a particular language, coding ...
10
votes
0answers
201 views
I need a hint to start on this programming puzzle [closed]
You have a room-full of balances and weights. Each balance weighs ten pounds and is considered perfectly balanced when the sum of weights on its left and right sides are exactly the same. You have ...
10
votes
1answer
683 views
What's the most complex/powerful code you can write that's valid in a maximum number of languages?
What's the most complex/powerful code you can write that's valid in a maximum number of languages?
So, for example, the following code is valid in both PHP and JavaScript.
function foo($bar)
{
$var ...
10
votes
10answers
619 views
Strlen of MAX 16 chars string using bitwise operators
The challenge is to find the fastest way to determine in C/C++ the length of a c-string using bitwise operations in C.
char thestring[16];
The c-string has a max size of 16 chars and is inside a ...
10
votes
8answers
9k views
SQL Call Stored Procedure for each Row without using a cursor
How can one call a stored procedure for each row in a table, where the columns of a row are input parameters to the sp without using a Cursor?
10
votes
34answers
2k views
Array Searching code challenge
Here's my (code golf) challenge:
Take two arrays of bytes and determine if the second array is a substring of the first. If it is, output the index at which the contents of the second array appear in ...
9
votes
3answers
882 views
Code challenge: Bash prompt path shortener
I implemented a prompt path shortener for bash to be included in the PS1 environment variable, which shortens the working directory into something more compact but still descriptive. I'm curious what ...
9
votes
4answers
310 views
Understanding the motion of a disk using two static switches
This is a major re-write of the original question, I tried to clarify those points that were evidently confusing for some in my first version of the question. Thanks for the input in helping formulate ...
9
votes
9answers
2k views
Lua Challenge: Can you improve the mandelbrot implementation’s performance?
Status: So far the best answer's program executes in 33% of the time of the original program! But there is probably still other ways to optimize it.
Lua is currently the fastest scripting language ...
9
votes
19answers
13k views
What are some good programming challenge websites? [closed]
Possible Duplicate:
Where can you find fun/educational programming challenges?
I used to be a member of +Ma's Reversing, and later became a member of Caesum's Electrica. Recently I've ...
8
votes
6answers
397 views
What is a good community run venue for finding programming competitions?
The closure of a recent entertaining 'question' got me wondering what would have been a better forum for the challenge presented. I know there is a similar question, but most of the responses are ...
8
votes
17answers
6k views
Factorial in C without conditionals, loops and arithmetic operators
How can I find the factorial of a number (from 1 to 10) in C, without using:
loop statements like for, while, and do while;
conditional operators like if and case; and
arithmetic operators like + , ...
8
votes
8answers
4k views
Puzzle: Find the most common entry in an array
You are given a 32-bit unsigned integer array with length up to 232, with the property that more than half of the entries in the array are equal to N, for some 32-bit unsigned integer N. Find N ...
7
votes
6answers
283 views
Solving jumbled word puzzles with python?
I have an interesting programming puzzle for you:
You will be given 2 things:
1. A word containing a list of english words put together :
word = "iamtiredareyou"
2. Possible subsets:
...
7
votes
1answer
190 views
How to compute the absolute minimum amount of changes to convert one sortorder into another?
Goal
How to encode the data that describes how to re-order a static list from a one order to another order using the minimum amount of bytes possible?
Original Motivation
Originally this problem ...
7
votes
20answers
2k views
Insertion Sort Code Challenge
My task for you this time is to implement an insertion sort algorithm. Sure, everyone and his dog can do it; but how easy is it to do in the fewest characters? One must take an array (or suitable ...
6
votes
2answers
210 views
How to determine if a C++ class has a vtable?
A friend of mine sent me the following challenge earlier today:
Given the following code, propose an implementation of OBJECT_HAS_VTABLE so the program prints AnObject has a vtable = 0, ...