Tagged Questions

185
votes
25answers
6k views

What is the best Battleship AI?

Battleship! Back in 2003, (when I was 17,) I competed in a Battleship AI coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it. No …
4
votes
4answers
94 views

Advice/Wisdom for Programming Competitions. (Specifically the IOI)

Hi folks- I'm on the Irish team heading to the International Olympiad of Informatics in Bulgaria at the start of August, and from the great pools of wisdom of SA, I wish to ask a …
10
votes
9answers
721 views

ACM Problem: Coin-Flipping, help me identify the type of problem this is.

I'm practicing for the upcoming ACM programming competition in a week and I've gotten stumped on this programming problem. The problem is as follows: You have a puzzle consisti …
-5
votes
8answers
372 views

Triangle numbers problem…show within 4 seconds

The sequence of triangle numbers is generated by adding the natural numbers. So the 7th triangle number would be 1 + 2 + 3 + 4 + 5 + 6 + 7 = 28. The first ten terms woul …
1
vote
1answer
182 views

How to become invisible for my competitors? [closed]

I've developed some software programm. I'm selling it through the website. Competitors follow by my steps (they create same product box, add their programs in same file lists, in s …
0
votes
4answers
145 views

What are the criteria for judging codes in competition?

I'm sure you guys have joined or seen competitions with totally weird judging criteria. For example the C/C++ online competition from India few months ago judge by number of semico …