A constraint programming solver, relying on a backtrack paired with look forward algorithms.
-
Updated
Jan 26, 2021 - C++
A constraint programming solver, relying on a backtrack paired with look forward algorithms.
If you have an input array where each element represents the height of one tower in a line of towers. And, the width of every tower is 1. It starts raining. How much water is collected between the towers? How much water is collected after evaporation?
Add a description, image, and links to the look-forward topic page so that developers can more easily learn about it.
To associate your repository with the look-forward topic, visit your repo's landing page and select "manage topics."