mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 17:08:02 +00:00
Reworked repo intro discussion.
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user