add reference to the slitherlink problem

This commit is contained in:
Laurent Perron
2018-11-22 04:37:08 -08:00
parent 7b5f8c6db9
commit 75ddef3af0

View File

@@ -11,9 +11,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include <deque>
// Solve the Slitherlink problem:
// see https://en.wikipedia.org/wiki/Slitherlink
#include <string>
#include <unordered_set>
#include <vector>
#include "ortools/base/stringprintf.h"