From 292777a21efa8e23035a8e8bb328aaddf7da3e0f Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 1 Apr 2017 04:14:32 -0400 Subject: [PATCH] Tweak README intro --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fc063..3ecf924 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ interactive-coding-challenges **Continually updated, interactive and test-driven coding challenges**. -Challenges focus on **algorithms** and **data structures** that are typically found in **coding interviews**. +Challenges focus on **algorithms** and **data structures** found in **coding interviews**. Each challenge has one or more reference solutions that are: + * Fully functional * Unit tested * Easy-to-understand @@ -18,6 +19,7 @@ Each challenge has one or more reference solutions that are: 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 * Test cases * Algorithms