Tag

Code Golf

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Aug 20, 2023 · Fundamentals

Tweetable Mathematical Art: Generating Images with Compact C++ Functions

The Tweetable Mathematical Art contest challenges participants to craft three ultra‑compact C++ functions—each under 140 characters—to compute red, green, and blue values for every pixel of a 1024×1024 image, yielding striking patterns ranging from trigonometric color wheels to Mandelbrot fractals and diffusion‑limited aggregations.

C++Code Golfalgorithmic art
0 likes · 15 min read
Tweetable Mathematical Art: Generating Images with Compact C++ Functions
Python Programming Learning Circle
Python Programming Learning Circle
Mar 4, 2020 · Fundamentals

10 Fun One‑Line Python Programs (Quine, Web Server, FizzBuzz, and More)

This article showcases ten intriguing one‑line Python programs—including a Quine, a minimal web server, variable swapping, FizzBuzz, heart‑shaped text, Mandelbrot rendering, multiplication table, prime number generator, Fibonacci sequence, and quicksort—illustrating how concise code can achieve diverse tasks.

Code GolfOne‑LinerProgramming
0 likes · 4 min read
10 Fun One‑Line Python Programs (Quine, Web Server, FizzBuzz, and More)