mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-06 01:18:02 +00:00
Tweak README intro
This commit is contained in:
@@ -8,9 +8,10 @@ interactive-coding-challenges
|
|||||||
|
|
||||||
**Continually updated, interactive and test-driven 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:
|
Each challenge has one or more reference solutions that are:
|
||||||
|
|
||||||
* Fully functional
|
* Fully functional
|
||||||
* Unit tested
|
* Unit tested
|
||||||
* Easy-to-understand
|
* 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.
|
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:
|
Notebooks also detail:
|
||||||
|
|
||||||
* Constraints
|
* Constraints
|
||||||
* Test cases
|
* Test cases
|
||||||
* Algorithms
|
* Algorithms
|
||||||
|
|||||||
Reference in New Issue
Block a user