Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Posts tagged code-golf

Code golf is a winning criterion, where users seek to solve the challenge in as few bytes of source code as possible.

This tag doesn't have a detailed wiki yet.

71%
+3 −0
Challenges Longest Increasing Subsequence

Given an array of numbers, output the length of the longest increasing (not necessarily contiguous) subsequence. It is guaranteed that there are no duplicates in the array. For example, if the inpu...

4 answers  ·  posted 3y ago by Quintec‭  ·  edited 2y ago by General Sebast1an‭

Question code-golf
75%
+4 −0
Challenges Win a War (or at least a few battles)

You have an army of size $n$ that you need to split up to fight $k$ battles simultaneously against an opposing army $A$. In each battle, the army with the most troops present wins - no one wins a t...

2 answers  ·  posted 2y ago by Quintec‭  ·  edited 2y ago by General Sebast1an‭

Question code-golf
77%
+5 −0
Q&A Befunge Golfing Tips

Post tips for Befunge code golf here! This is based on a type of question I used to see on CGCC, where people would post tips for golfing in various languages. They happened to be quite helpful, s...

3 answers  ·  posted 3y ago by moony‭  ·  edited 2y ago by user‭

Question code-golf
71%
+3 −0
Challenges The Camelot Wheel

Given a musical key, output its number and letter on the Camelot Wheel (shown below). Input A musical key as a string, as shown on the wheel. The words "Sharp" and "Flat" may be replaced with s...

2 answers  ·  posted 3y ago by Quintec‭  ·  edited 2y ago by General Sebast1an‭

Question code-golf
80%
+6 −0
Challenges Juggler sequences

A Juggler sequence is a sequence that begins with a positive integer $a_0$ and each subsequent term is calculated as: $$a_{k+1} = \begin{cases} \left \lfloor a_k ^ \frac 1 2 \right \rfloor, &...

9 answers  ·  posted 2y ago by caird coinheringaahing‭  ·  last activity 2y ago by Shaggy‭

Question code-golf
66%
+2 −0
Challenges Golf me a polygonal loader

CGCC Sandbox, Codidact Sandbox Given three positive integers as input, animate an ascii-art polygonal loading symbol on the screen. Intro Using the first input $n$, Take one the following regul...

1 answer  ·  posted 3y ago by Razetime‭  ·  edited 2y ago by General Sebast1an‭

Question code-golf
71%
+3 −0
Challenges Towering Cistercian Representation

SE Sandbox Link, Codidact Sandbox Link Inspired by this video. Given a positive integer, draw its Cistercian representation as ascii art. The Challenge Cistercian numerals are a decimal-based...

1 answer  ·  posted 3y ago by Razetime‭  ·  edited 2y ago by General Sebast1an‭

Question code-golf
77%
+5 −0
Challenges Shuffle a subset of a list

Idea shamelessly stolen from caird and rak1507 Shuffle a subset of a list of unique, positive integers with uniform randomness, given the indices of that subset. For example, given the list $[A, B...

4 answers  ·  posted 2y ago by user‭  ·  edited 2y ago by General Sebast1an‭

Question code-golf
40%
+0 −1
Sandbox Set in sets in sets [cancelled]

posted 2y ago by General Sebast1an‭  ·  edited 2y ago by General Sebast1an‭

Article code-golf
66%
+2 −0
Sandbox Recreate the Server Fault logo [released]

posted 2y ago by General Sebast1an‭  ·  edited 2y ago by General Sebast1an‭

Article code-golf
77%
+5 −0
Challenges Are they abundant, deficient or perfect?

Abundant numbers are numbers which are less than their proper divisor sum. For example $18$ is abundant as $1 + 2 + 3 + 6 + 9 = 21 > 18$ Deficient numbers are numbers which are greater than the...

8 answers  ·  posted 2y ago by caird coinheringaahing‭  ·  last activity 2y ago by General Sebast1an‭

Question code-golf
84%
+9 −0
Challenges Length of a Sumac Sequence

Heavily based on this closed challenge from SE. Description A Sumac sequence starts with two non-zero integers $t_1$ and $t_2.$ The next term, $t_3 = t_1 - t_2$ More generally, $t_n = t_{n-2} ...

9 answers  ·  posted 3y ago by Razetime‭  ·  edited 2y ago by General Sebast1an‭

Question code-golf
60%
+1 −0
Sandbox A two player tic-tac-toe

posted 2y ago by luap42‭

Article code-golf
77%
+5 −0
Challenges Guess the language! (Cops' Thread)

ROBBERS' THREAD A famous cops-and-robbers challenge whose source shall remain unnamed is brought to Codidact. You are a cop. You should write a program in a "famous" (has an English Wikipedia/Eso...

16 answers  ·  posted 2y ago by AndrewTheCodegolfer‭  ·  last activity 2y ago by Shaggy‭

Question code-golf
71%
+3 −0
Sandbox Obligatory factorial challenge

posted 2y ago by user‭  ·  edited 2y ago by user‭

Article code-golf
60%
+1 −0
Q&A Tips for golfing in Scala

What general tips do you have for golfing in Scala? I'm looking for ideas that can be applied to code golf problems in general that are at least somewhat specific to Scala (e.g. "remove comments" i...

1 answer  ·  posted 2y ago by user‭  ·  edited 2y ago by user‭

Question code-golf
50%
+0 −0
Sandbox Cops and Robbers: Luhn algorithm [cancelled]

posted 2y ago by General Sebast1an‭  ·  edited 2y ago by General Sebast1an‭

Article code-golf
81%
+7 −0
Challenges Backspace an array

Challenge Given an array consisting of positive integers and 0s, return it with 0s acting like backspaces. Leading backspaces do nothing, and more backspaces than elements also does nothing. Cre...

6 answers  ·  posted 2y ago by rak1507‭  ·  last activity 2y ago by Shaggy‭

Question code-golf
77%
+5 −0
Challenges Gamer Meme Creator

Challenge You will be given a string and an ascii art as input. The string must be placed above the ascii art, and centered based on its longest line. The text BOTTOM TEXT must be placed below...

4 answers  ·  posted 2y ago by Razetime‭  ·  last activity 2y ago by user‭

Question code-golf
66%
+2 −0
Sandbox Gamer Meme Creator[FINALIZED]

posted 2y ago by Razetime‭  ·  edited 2y ago by Razetime‭

Article code-golf
77%
+5 −0
Challenges Add two negabinary integers

About Negabinary Negabinary means base negative two (-2). That is, the $n$th place value is determined by $(-2)^n$. Negabinary numbers can be evaluated just like any other base system. For exampl...

3 answers  ·  posted 2y ago by Moshi‭  ·  last activity 2y ago by Shaggy‭

Question code-golf
60%
+1 −0
Challenges Recreate the Server Fault logo

Make the Server Fault logo using the following criteria: The boxes' measurements: There are 3 columns of 5 boxes, with long ones at the left where the rest are regular. The following measure...

0 answers  ·  posted 2y ago by General Sebast1an‭

Question code-golf
77%
+5 −0
Challenges Create a Sudoku

Write the shortest program that takes no input and outputs a Sudoku solution. For reference, a Sudoku solution is a 9x9 grid of digits where each column, each row and each of the nine 3x3 grids th...

4 answers  ·  posted 2y ago by AndrewTheCodegolfer‭  ·  last activity 2y ago by Shaggy‭

Question code-golf
60%
+1 −0
Sandbox FizzBuzz based on line count

posted 2y ago by Lundin‭  ·  edited 2y ago by Lundin‭

Article code-golf
81%
+7 −0
Challenges Evaluation order of an APL n-train

Description APL trains are a series of functions, that get applied to an argument in this way: (f g) x = f g x (f g h) x = (f x) g (h x) (a b c d e f) x = (a (b c (d e f))) x = a (b x) c (d x) ...

7 answers  ·  posted 2y ago by rak1507‭  ·  last activity 2y ago by Shaggy‭

Question code-golf
77%
+5 −0
Challenges Longest parallel lines

Note: This challenge was underspecified and bad, and as such I would not encourage answering it in the future. Challenge You will be given a single 2D boolean array $M$. You may take its dimensi...

1 answer  ·  posted 2y ago by rak1507‭  ·  edited 2y ago by rak1507‭

Question code-golf
87%
+12 −0
Challenges Print the Great Numeric Pyramid

Print or return this exact text: 0 0 0 0 1 0 0 1 1 0 0 1 2 1 0 ...

5 answers  ·  posted 3y ago by Sisyphus‭  ·  last activity 2y ago by Marshall Lochbaum‭

Question code-golf
71%
+3 −0
Challenges Really Cool Numbers

Define a cool number as a number whose proper divisors (all except for the number itself) have an integral mean. Define a really cool number as a number whose divisors (including itself) are all co...

3 answers  ·  posted 2y ago by Quintec‭  ·  last activity 2y ago by user‭

Question code-golf
71%
+3 −0
Sandbox Draw a line over ASCII

posted 3y ago by dzaima‭  ·  edited 2y ago by dzaima‭

Article code-golf
71%
+3 −0
Sandbox Word Set Square[FINALIZED]

posted 2y ago by Razetime‭  ·  edited 2y ago by Razetime‭

Article code-golf
66%
+2 −0
Sandbox Is it a near-anagram? [FINALIZED]

posted 2y ago by snail_‭  ·  edited 2y ago by snail_‭

Article code-golf
60%
+1 −0
Sandbox The Pell Numbers[FINALIZED]

posted 2y ago by Razetime‭  ·  edited 2y ago by Razetime‭

Article code-golf
66%
+2 −0
Sandbox Interleave multiple arrays at once

posted 2y ago by moony‭  ·  edited 2y ago by moony‭

Article code-golf
60%
+1 −0
75%
+4 −0
Challenges Calculate a person's age

Challenge Given a date with day, month and year, calculate how old a person born on that day would be today. Input can be in any reasonable format(params, array, date object). Input will never b...

0 answers  ·  posted 2y ago by Razetime‭

Question code-golf
66%
+2 −0
Sandbox The Tannenbaum series

posted 3y ago by Lundin‭

Article code-golf
60%
+1 −0
Sandbox Bijection between natural numbers and finite sets

posted 3y ago by Hakerh400‭  ·  edited 3y ago by Hakerh400‭

Article code-golf
81%
+7 −0
Challenges Integer to Roman numeral

The task is to take a decimal integer as input and print the corresponding Roman numeral with capital letters. The program must handle all positive integer numbers between 1 and 1000. Input can be...

3 answers  ·  posted 3y ago by Lundin‭  ·  last activity 3y ago by Lundin‭

Question code-golf
71%
+3 −0
Sandbox Integer to Roman numeral

posted 3y ago by Lundin‭  ·  edited 3y ago by Lundin‭

Article code-golf
60%
+1 −0
Sandbox Towering Cistercian representation [FINALIZED]

posted 3y ago by Razetime‭  ·  edited 3y ago by Razetime‭

Article code-golf
50%
+0 −0
Sandbox Largest finite output

posted 3y ago by moony‭

Article code-golf
71%
+3 −0
Sandbox Weave strings together[FINALIZED]

posted 3y ago by Razetime‭  ·  edited 3y ago by Razetime‭

Article code-golf
60%
+1 −0
Sandbox Golf me a polygonal loader

posted 3y ago by Razetime‭  ·  edited 3y ago by Razetime‭

Article code-golf
66%
+2 −0
Sandbox Length of a Sumac Sequence[FINALIZED]

posted 3y ago by Razetime‭  ·  edited 3y ago by Razetime‭

Article code-golf
50%
+1 −1
Sandbox OEIS Identification

posted 3y ago by moony‭  ·  edited 3y ago by moony‭

Article code-golf
60%
+1 −0
Sandbox Catch the fruit

posted 3y ago by Razetime‭

Article code-golf