From 7826fc45a77e2d8948023959a083e3059f0d1f3f Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 14 Jul 2015 06:34:44 -0400 Subject: [PATCH] Added note about incremental hints for each challenge notebook, currently under development. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8dcb0e..62842c9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Each challenge has one or more reference solutions that are: * Unit tested * Easy-to-understand +Challenges will soon provide [incremental hints](https://github.com/donnemartin/interactive-coding-challenges/issues/22) to help you arrive at the optimal solution. + Notebooks also detail: * Constraints * Test cases