From 6eb31143ac015db512b14af597f5876fa12ae6c3 Mon Sep 17 00:00:00 2001
From: Donne Martin
Date: Sun, 11 Mar 2018 14:34:49 -0400
Subject: [PATCH] Update README intro (#231)
---
README.md | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 55e9390..6ea159e 100644
--- a/README.md
+++ b/README.md
@@ -3,16 +3,10 @@
-## April 2017 - Huge Update!
-
-[**Overhauled**](https://github.com/donnemartin/interactive-coding-challenges/pull/153) to now include **120 challenges and solutions** and added [Anki flashcards](#anki-flashcards-coding-and-design).
-
-Also included are **unit tested reference implementations** of various [data structures](#reference-implementations-data-structures) and [algorithms](#reference-implementations-algorithms).
-
interactive-coding-challenges
============
-**Continually updated, interactive and test-driven coding challenges**.
+**120+ continually updated, interactive, and test-driven coding challenges**, with [Anki flashcards](#anki-flashcards-coding-and-design).
Challenges focus on **algorithms** and **data structures** found in **coding interviews**.
@@ -31,6 +25,8 @@ Notebooks also detail:
* Algorithms
* Big-O time and space complexities
+Also included are **unit tested reference implementations** of various [data structures](#reference-implementations-data-structures) and [algorithms](#reference-implementations-algorithms).
+
## Challenge Solutions