Skip to content

Files

Latest commit

a1bb7ce · Oct 3, 2018

History

History
This branch is up to date with AdminAbhi/ACM-ICPC-Algorithms:master.

ContainerShip

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 3, 2018
Oct 3, 2018

Description of the problem

There is a merchant ship whose capacity to load is K tons and a set of containers with their respective weights Design an algorithm to: -Maximize the number of containers: We will introduce the containers in a growing in weight. -Maximize the loaded weight: We will introduce the containers in a growing in weight.