mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Reworked repo intro discussion.
This commit is contained in:
parent
25aceaa6e6
commit
869142eede
15
README.md
15
README.md
|
@ -7,7 +7,20 @@
|
|||
interactive-coding-challenges
|
||||
============
|
||||
|
||||
Continually updated Python Notebooks containing TDD-based coding challenges and solutions (algorithms and data structures).
|
||||
**Interactive, test-driven coding challenges**.
|
||||
|
||||
Challenges focus on **algorithms** and **data structures** that are typically found in **coding interviews** or **coding competitions**.
|
||||
|
||||
Each challenge has one or more reference solutions that are:
|
||||
* Fully functional
|
||||
* Unit tested
|
||||
* Easy-to-understand
|
||||
|
||||
Notebooks also detail:
|
||||
* Constraints
|
||||
* Test cases
|
||||
* Algorithms
|
||||
* Big-O time and space complexities
|
||||
|
||||
## Index
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user