Tweak README intro

This commit is contained in:
Donne Martin 2017-04-01 04:14:32 -04:00
parent 99710adce1
commit 292777a21e

View File

@ -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