A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Type to find tags: |
code-golf× 1153
a competition to solve a particular problem in the fewest characters or bytes of source code. A competition which scores on a mixture of source length and some other criterion should be t…
|
code-challenge× 285
a competition for creative ways to solve a programming puzzle with an objective winning criterion not covered by other scoring tags (e.g. code-golf).
|
math× 166
The challenge involves mathematics. Also consider using more specific tags: [tag:number] [tag:number-theory] [tag:arithmetic] [tag:combinatorics].
|
popularity-contest× 131
a competition where the correct answer with the most upvotes wins, usually the most creative answer.
|
algorithm× 105
intended to be solved by using, creating, or resolving some processing algorithm.
|
ascii-art× 87
This challenge involves creating pictures using text characters as the brush. Typically this uses only standard ASCII characters.
|
string× 77
A competition to solve a particular problem through the usage and manipulation of strings.
|
number× 67
intended to be solved by using, manipulating, accepting as input, or outputting numeric values.
|
puzzle× 55
a problem or enigma that tests the ingenuity of the solver. Solutions may require recognizing patterns and creating a particular order.
|
tips× 45
Tips for either golfing or programming challenges. In most current cases it is for helpful tips and tricks how one could golf more effectively with a particular language.
|
fastest-code× 42
a criterion of this challenge. "Faster, faster would be better."
|
kolmogorov-complexity× 38
the amount of code it takes to produce a given string of text.
|
game× 35
generally based upon, related to, or simulates game or some portion of one.
|
primes× 30
Problems involving prime numbers.
|
quine× 29
a program which produces its source as output.
|
c× 29
related to the C language. Note that challenges that require the answers to be in a specific language are generally discouraged.
|
graphical-output× 27
This challenge involves drawing pictures on a screen or generating image files. For ASCII art output, use [tag:ascii-art]. For images as input, use [tag:image-processing].
|
c++× 24
related to the C++ language. Note that challenges that require the answers to be in a specific language are generally discouraged.
|
arithmetic× 24
is applied to questions that ask for answers heavily involving the use of advanced mathematics.
|
combinatorics× 23 |
random× 23
Tasks involving random numbers and/or output.
|
interpreter× 23
Tasks involving writing interpreters for various languages or formalisms.
|
javascript× 20
related to the JavaScript language. Note that challenges that require the answers to be in a specific language are generally discouraged.
|
sequence× 20 |
code-trolling× 20
Suppose some Stack Overflow user asks a homework give-me-teh-codez question. The task is to give code that works, but is useless, severely frustrating the OP.
|
python× 19
related to the Python language. Note that challenges that require the answers to be in a specific language are generally discouraged.
|
number-theory× 19
a branch of pure mathematics devoted primarily to the study of the integers. (From [Wikipedia](http://en.wikipedia.org/wiki/Number_theory))
|
optimization× 19 |
printable-ascii× 18
The solution must use printable ASCII characters, in specific, 32(space)~126(~), tab, and newline characters(CR and LF).
|
regular-expression× 18
Code challenges that involve the use of regular expressions.
|
date× 18
intended to be solved by using, manipulating, accepting as input, outputting, or calculating calendar dates.
|
chess× 18
Problem relates to the game of chess.
|
fibonacci× 17
Fibonacci, Leonardo, a middle age mathematician, who is mostly
known for the fibonacci-sequence 0, 1, 1, 2, 3, 5, 8, 13, ...
|
sorting× 17
intended to be solved by sorting, ordering, or otherwise organizing some set of data.
|
geometry× 16
intended to be solved by using, manipulating, or creating shapes or other geometric structures.
|
binary× 16
the base 2 number system. Use this tag for challenges involving base 2.
|