The Truck Loading Problem assignment requires implementing two algorithms: Next Fit and First Fit. Students are expected to write pseudo code for their solutions, using a style similar to the one used in recommended textbooks. The algorithms should be executed using the BlueJ environment, with no need for visualizations or object-oriented designs. Students can use integers instead of real numbers and generate all input data before running the algorithms.