From 97bca96634c6ddb221ef137989e1819ebd8b4598 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 4 Jun 2016 16:04:32 -0400 Subject: [PATCH] Update README intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 810a447..e733553 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 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** or **coding competitions**. +Challenges focus on **algorithms** and **data structures** that are typically found in **coding interviews**. Each challenge has one or more reference solutions that are: * Fully functional