/Ferry-Loading-problem

The ferry loading problem solved by backtracking and memorization.

Primary LanguageJava

Ferry-Loading-problem

This problem is from ACM programming competitions and it is solved by backtracking and memorization. Memorization is implemented by both normal table and Hash table.

More details on Description.docx.