You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
The ferry loading problem solved by backtracking and memorization.