From 81457247fdc017bc71b3ce89d22b8f8b7c73b430 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 14 Jul 2015 07:36:38 -0400 Subject: [PATCH] Added more info about upcoming hints. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62842c9..2908dbb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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. +Challenges will soon provide on-demand [incremental hints](https://github.com/donnemartin/interactive-coding-challenges/issues/22) to help you arrive at the optimal solution. Notebooks also detail: * Constraints @@ -56,6 +56,10 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and * [Challenge Notebook] Empty, refer to the solution notebook algorithm section if you need a hint. * [Solution Notebook] One or more algorithm solution discussions, with Big-O time and space complexities. +### Hints + +* [Challenge Notebook] Provides on-demand [incremental hints](https://github.com/donnemartin/interactive-coding-challenges/issues/22) to help you arrive at the optimal solution. Coming soon! + ### Code (Challenge: Implement Me!) * [Challenge Notebook] Skeleton code for you to implement.