CargoLoading
blazejdolicki/CargoLoading
Java
The programme finds an optimal packing configuration for a container with dimensions 33 x 8 x 5 via different methods - simple greedy search, backtracking and divide & conquer. There is also a sophisticated maximal layers algorithm which isn't fully implemented. After choosing the way of packing the container the programme displays the solution using JavaFX 3D. The whole report with all details is available here: https://goo.gl/RpDKf9 It was my university group project, which I developed in January 2018, therefore not all of the code was written by myself.