Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 503 Bytes

Code Golf

An ever updating collection of code golf snippets

ASCII-art Mandelbrot

What is code golf?

Wikipedia explains it rather well: code golf is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that implements a certain algorithm.

It's important to realize that the constraint is on the size of the code itself and has nothing to do with the size of the resulting binary.