Most voted "code-golf" questions
Use this tag when only when the question has an irrefutable relationship to Code Golf Competition. Be very careful when using this tag, as this is an easy theme to have questions of very low quality. Code Golf is a recreational programming competition intended to solve a specific problem in the smallest number of bytes, characters or with some kind of source code restriction.
Learn more…5 questions
Sort by count of
-
26
votes6
answers751
viewsNumbers and your friends
The sum of all natural numbers (positive integer) of divisors 220 except 220 is equal to: 1 + 2 + 4 + 5 + 10 + 11 + 20 + 22 + 44 + 55 + 110 = 284 And the sum of all natural numbers of divisors 284…
-
24
votes5
answers1202
viewsHow to perform a task at a precise time in time?
A style question Code Golf I made a console program to show the time, only it’s different times than the ones we know - and involves a very simple account. It checks the system time, and upon…
-
15
votes7
answers1690
viewsHexadecimal for RGB
How to convert a Hexadecimal color (#FFFFFF) for RGB (Red, GReen, BLue)? Example
-
7
votes3
answers1538
viewsDisplay from 1 to 1000 in C++ without using a semicolon
Make a program in C++ that displays on the screen the numbers from 1 until 1000, counting with these two, but without using the semicolon. I already made a sketch here but I have to choose between…
-
7
votes2
answers614
viewsWhat is code golf?
Looking at the tags on the site, I come across the tag code-golf, I read the brief explanation: code-golf Use this tag when only when the question has a relation irrefutable to Code Golf Code…