Tagged Questions

13
votes
5answers
4k views

How do ASCII art image conversion algorithms work?

There are some nice free "image to ASCII art" conversion sites like this one: ASCII-art.org How does such an image conversion algorithm work? , ...
6
votes
5answers
678 views

minimizing overlap in random rectangles

I have a number of possibly overlapping rectangles, of random size and position within a fixed plane. Since these rectangles are random, some may not overlap: |----- | | |----| |----| | ...