Skip to content

The ferry loading problem solved by backtracking and memorization.

Notifications You must be signed in to change notification settings

Fayer-Zhang/Ferry-Loading-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The ferry loading problem solved by backtracking and memorization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages