[PR #10] [MERGED] Add Python interactive-coding-challenges #71

Closed
opened 2025-12-30 01:30:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DopplerHQ/awesome-interview-questions/pull/10
Author: @donnemartin
Created: 11/30/2015
Status: Merged
Merged: 11/30/2015
Merged by: @MaksimAbramchuk

Base: masterHead: patch-2


📝 Commits (1)

  • 44e3b3b Add Python interactive-coding-challenges

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

Contains interview questions and solutions in Python, in the form of IPython Notebooks.


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/DopplerHQ/awesome-interview-questions/pull/10 **Author:** [@donnemartin](https://github.com/donnemartin) **Created:** 11/30/2015 **Status:** ✅ Merged **Merged:** 11/30/2015 **Merged by:** [@MaksimAbramchuk](https://github.com/MaksimAbramchuk) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`44e3b3b`](https://github.com/DopplerHQ/awesome-interview-questions/commit/44e3b3bf61b69cc3ff604e54059ed09ee87c8ede) Add Python interactive-coding-challenges ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Contains interview questions and solutions in Python, in the form of IPython Notebooks. <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>
adam added the pull-request label 2025-12-30 01:30:13 +01:00
adam closed this issue 2025-12-30 01:30:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/awesome-interview-questions#71