From 869142eedec2c2b49626274182028a7b0c021d13 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 6 Jul 2015 07:10:50 -0400 Subject: [PATCH] Reworked repo intro discussion. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f92cb..f6dc88d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,20 @@ interactive-coding-challenges ============ -Continually updated Python Notebooks containing TDD-based coding challenges and solutions (algorithms and data structures). +**Interactive, test-driven coding challenges**. + +Challenges focus on **algorithms** and **data structures** that are typically found in **coding interviews** or **coding competitions**. + +Each challenge has one or more reference solutions that are: +* Fully functional +* Unit tested +* Easy-to-understand + +Notebooks also detail: +* Constraints +* Test cases +* Algorithms +* Big-O time and space complexities ## Index