mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
Added more info about upcoming hints.
This commit is contained in:
@@ -19,7 +19,7 @@ Each challenge has one or more reference solutions that are:
|
||||
* Unit tested
|
||||
* 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:
|
||||
* 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.
|
||||
* [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!)
|
||||
|
||||
* [Challenge Notebook] Skeleton code for you to implement.
|
||||
|
||||
Reference in New Issue
Block a user