Questions tagged [winning-criteria]
Indicates you are either proposing or asking for clarification on winning criteria.
35 questions
6
votes
0
answers
201
views
Is "parallelize as much as possible" a valid winning criterion?
I'd like to propose a new winning criterion: Parallelize as much as possible. A challenge of this type is to give a code that involves parallelization.
Let \$T\$ be the running time when run on a ...
10
votes
7
answers
359
views
Do [tips] questions need an objective winning criterion?
The discussion surrounding a recent well-received non-code-golf tips question has brought up an interesting question: do tips questions need objective winning criteria?
My understanding of our ...
3
votes
0
answers
70
views
Off-topic questions: could we require objective winning criteria? [duplicate]
We require that challenges have objective winning criteria, for reasons that have already been covered in various questions (in particular, see the link below). However, we receive many questions that ...
3
votes
1
answer
133
views
Winning criterion tag request: [minimum-distinct-chars]
There are several questions where the challenge is to accomplish a task with the least distinct characters - Example, Example, Possibly example. There's probably more, these are hard to find.
...
9
votes
1
answer
453
views
What are the winning criteria I can use for my challenge?
I'm writing a challenge, and I'm not sure what possible winning criteria exist. I know about code-golf, but what else is there to use, and how do I score answers with those criteria?
Every single ...
5
votes
1
answer
92
views
Efficiency vs Length [duplicate]
Is there any winning criteria on the site which prioritises faster code instead of shorter code? My curiosity comes from questioning if size is better than efficiency or vice-versa. I know that using ...
6
votes
2
answers
269
views
How to deal with questions that do not explain their winning criterion?
Recently there's been a bit of a discussion in chat about this challenge. It was put into the close vote queue as unclear, with the main reason being that it didn't state the winning criterion in the ...
6
votes
3
answers
427
views
Is "A solution wins if there's no strictly better solution in multiple measures" a valid winning criterion?
To cite a recently sandboxed challenge by l4m2:
Solution win if there's no strictly better solution, aka. no solution that take less or same amount of items in mapping table, less or same amount of ...
2
votes
1
answer
143
views
How many winners can a challenge have?
I'm currently writing a challenge which forces people to work in pairs to participate in the challenge. However, this leads to the question, who wins in the pair?
I'm thinking about (ideally) having ...
2
votes
0
answers
115
views
Alternative winning criterions for cops and robbers challenges?
Sometimes the classic CnR winning criterion:
Cops
If your submission has not been cracked within a week, it is considered safe. The shortest safe submission wins.
Robbers
The robber ...
3
votes
3
answers
380
views
Is [answer-chaining] a self-contained winning criteria tag?
I recently saw that someone had edited an answer chaining question to have code-challenge. At first I balked at that, and after checking the first page of answer-chaining, I confirmed my original ...
14
votes
2
answers
548
views
Does the OP have to explicitly state the winning criteria?
If a challenge is tagged with code-golf or fastest-code, do you really have to say that that is the winning criteria in the question? It seems pretty obvious, just by looking at the tags, right? After ...
-1
votes
2
answers
200
views
Winning criteria request: [time-attack]
We have never had a criteron about time making code. Do we need one? If we do, how do we calculate the time? If not, why not?
0
votes
0
answers
186
views
New contest type proposal: cross-codes [duplicate]
Cross-codes is making a crossword puzzle, but with codes.
For example, We have a 10*10 (not constant, this means the size may vary for each contest) grid:
...
0
votes
1
answer
141
views
What standard should be used for [code-golf] byte counts? [duplicate]
Some languages, like V and Charcoal use their own character systems. In the meantime, next to all languages support common (one ...