Skip to main content

Code Rätsel

Coding Master Wanted!Code ChallengeCode Rätsel 1
24. Juni 2021

Code Rätsel 1

public static <T> T findPrevailingElement(Stream<T> ids) {     State s = new State(); //…
Tune the Code!Code ChallengeCode Rätsel 2
24. Juni 2021

Code Rätsel 2

class MessageQueue<T> {     private T[] buffer = null;     private int size =…
Coding Master mit Biss gesucht.Code ChallengeCode Rätsel 3
24. Juni 2021

Code Rätsel 3

const f = a => { const g = x => x; const b…
Code RätselCode ChallengeCode Rätsel 4
24. Juni 2021

Code Rätsel 4

void f(char *x, char *y, int z) { int z2 = (z+7)/8; switch(z%8) {…
How many lines would you need?Code ChallengeHow many lines of code would you need?
1. April 2020

How many lines of code would you need?

Software-Systeme entwickeln sich über lange Zeiträume dynamisch weiter. Der aktuelle Zustand weicht oft weit…