mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Added more info about upcoming hints.
This commit is contained in:
parent
0667df9b03
commit
81457247fd
|
@ -19,7 +19,7 @@ Each challenge has one or more reference solutions that are:
|
||||||
* Unit tested
|
* Unit tested
|
||||||
* Easy-to-understand
|
* Easy-to-understand
|
||||||
|
|
||||||
Challenges will soon provide [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
|
||||||
|
@ -56,6 +56,10 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
|
||||||
* [Challenge Notebook] Empty, refer to the solution notebook algorithm section if you need a hint.
|
* [Challenge Notebook] Empty, refer to the solution notebook algorithm section if you need a hint.
|
||||||
* [Solution Notebook] One or more algorithm solution discussions, with Big-O time and space complexities.
|
* [Solution Notebook] One or more algorithm solution discussions, with Big-O time and space complexities.
|
||||||
|
|
||||||
|
### Hints
|
||||||
|
|
||||||
|
* [Challenge Notebook] Provides on-demand [incremental hints](https://github.com/donnemartin/interactive-coding-challenges/issues/22) to help you arrive at the optimal solution. Coming soon!
|
||||||
|
|
||||||
### Code (Challenge: Implement Me!)
|
### Code (Challenge: Implement Me!)
|
||||||
|
|
||||||
* [Challenge Notebook] Skeleton code for you to implement.
|
* [Challenge Notebook] Skeleton code for you to implement.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user