User Portlet User Portlet

Thiago Bergamaschi
Discussions
Here is a Min-Heap package I wrote for my WSS project, [Optimal Packing of Bidisperse Circles][1] . There were 2 main challenges in this implementation: dealing with in-place modification of function arguments, and implementing the equivalent to a...
My WSS project is to study packing of Bidisperse circles, i.e., circles of 2 different radii. To do so, I implemented the [Lubachevsky-Stillinger algorithm][1] with an Event Driven approach, based on the algorithmic details [here][2] and [here][3],...