[PR #483] [CLOSED] Added interactive-coding-challenges: algorithms and data structures #2541

Closed
opened 2026-04-15 09:01:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/483
Author: @donnemartin
Created: 10/18/2015
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

  • 829959e Added interactive-coding-challenges: test-driven challenges (algorithms and data structures).

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description


interactive-coding-challenges

Continually updated, interactive and 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

Challenges will soon provide on-demand incremental hints to help you arrive at the optimal solution.

Notebooks also detail:

  • Constraints
  • Test cases
  • Algorithms
  • Big-O time and space complexities

Challenge Solutions




🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/483 **Author:** [@donnemartin](https://github.com/donnemartin) **Created:** 10/18/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`829959e`](https://github.com/vinta/awesome-python/commit/829959ee6958930dfcc7f1266acfdaf5434ca5f7) Added interactive-coding-challenges: test-driven challenges (algorithms and data structures). ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description <br/> <p align="center"> <img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/cover_challenge.gif"> </p> # interactive-coding-challenges **Continually updated, interactive and 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 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 - Test cases - Algorithms - Big-O time and space complexities ## Challenge Solutions <br/> <p align="center"> <img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/cover_solution.gif"> </p> <br/> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:01:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2541