Project for a company interview process that wasn't needed in the end
Find a file
2025-05-20 19:11:51 +02:00
CirclePackingWPF init... 2025-05-20 19:05:11 +02:00
.gitignore init... 2025-05-20 19:05:11 +02:00
CirclePackingWPF.sln init... 2025-05-20 19:05:11 +02:00
README.md Create README.md 2025-05-20 19:11:51 +02:00

Circle packing WPF program

This program was made for an interview process. Task was to pack cables together and find the smallest enclosing circle. This program does it while showing the progress. If you wanna speed it up, just set the timer interval to 1 or 2 ms.