Questions tagged [challenges]
For questions about challenges on the main site
71 questions
4
votes
1
answer
128
views
How to post on this site?
First time posting on Meta, while being an absolute (probably) seasoned user here. I have been posting challenges here randomly when finding time based on finding and developing my personal curiosity....
3
votes
1
answer
177
views
Is using x for × allowed?
In this question (which is tagged kolmogorov-complexity), many answers used x for ×ばつ.
I was wondering if this is generally ...
10
votes
1
answer
209
views
What do we do with an abandoned challenge that requires the author's participation?
When the author of a challenge makes a commitment to a challenge posted (e.g. "The timing will be done on my machine") but then clearly gives up on the challenge (e.g. by attempting to ...
8
votes
2
answers
318
views
Equivalence between strictly increasing integer sequences and decision problems
I have noticed that sequence questions are often looking at strictly increasing integer sequences. For these types of sequences, the sequence task of outputting the values in the sequence is largely ...
2
votes
0
answers
72
views
Fast and Golfiest Season 2 Looking for Advice
Season 2 is coming! Season 1 was fun and relatively well-received, but the main problem was that the scoring system is very broken. Hence I'm looking for advice about how to improve the system so that ...
13
votes
1
answer
239
views
Is splitting a challenge into multiple categories a good way to have an optional difficulty without bonuses?
Sometimes, in a challenge you might want to create some variations. You might want to encourage some extra constraint or limitation, but don't want to obligate everyone to attempt the extra difficulty,...
18
votes
1
answer
301
views
Repost "Word stays a word after taking away a letter"?
"Word stays a word after taking away a letter. Repeat" was a massively downvoted question, not because of challenge, but mainly because it was badly written.
Personally, I think that the ...
15
votes
2
answers
1k
views
Should we rehash Add A Language To A Polyglot?
Add a language to a polyglot was fun while it lasted. However, it's kinda stagnated due to the difficulty of running all the languages. I propose that we repost this challenge, maybe with stricter ...
16
votes
2
answers
611
views
Advent of code golf?
Every year, during December, our cousin site, Advent of Code goes live, hosting a coding challenge every day from the 1st of December to the 24th of December. There have been various attempts for ...
3
votes
1
answer
153
views
Are parts of challenges allowed to be posted on their own?
Suppose there is a challenge that is rather hard, and has few answers. Is it OK to post a new challenge that is actually a part of the bigger and harder challenge? Of course, attributing the original ...
9
votes
4
answers
548
views
Policy on answering challenges with cumbersome I/O
We've probably all seen new users ask questions with cumbersome I/O rules, like mandatory taking the input by reading separated lines of STDIN and outputting to STDOUT to give an example.
In those ...
13
votes
1
answer
549
views
On "golf this for me" tips questions
Sometimes we get tips questions from a first-time contributor asking for help golfing a particular piece of code that they wrote. Often these question don't fare so well. Can we do anything here?
...
2
votes
1
answer
173
views
I asked a word question that has run away with me?
Easiest WordSearch
I've asked a crossword related question thats been on my mind for quite a while. I've made various edits from suggestions in the comments. I don't think I can adjust the question ...
10
votes
1
answer
370
views
How to request clarifications when the challenge poster has left the site?
Recently, I began to attempt to answer this highly upvoted and answered question, before realising that, by taking the length of the input as an input would allow me to greatly reduce my code. However,...
4
votes
2
answers
336
views
Can I redo the Solve Rubik's Cube challenge?
The challenge Solve Rubik's cube has a lot of flaws:
Arbitrary limits:
(say, max. 5 seconds on your machine and less than 1000 moves)
Cumbersome input format:
The input is in the format UF ...