🎨 A student project carried out at ESGI implementing the "Circle Packing" algorithm in x86-64 assembly language (NASM) with the X11 graphics library.
Add a description, image, and links to the circle-packing-algorithm topic page so that developers can more easily learn about it.
Circle packing encapsulates the challenge of optimally arranging a set of circles within a given container without overlap, a process that has profound implications in both theoretical mathematics and ...
Abstract: This paper delves into the Equal Circle Packing problem, aiming to explore how to fill a given two-dimensional square container with as many unit-radius circular objects as possible while ...