A collection of coding problems and solutions in Python, useful for interview preparation and problem-solving practice.
This repository contains Python solutions for common coding challenges, data structures, and algorithms frequently asked in technical interviews.
- Clone this repository:
git clone https://github.com/zeeshanayaz/python_coding_challenges.git
- Navigate to the repo:
cd python_coding_challenges
- Run a specific solution:
# <filename>.py python binary_gap.py
- β Arrays
- β
Numbers
- Check Prime Number
- β
Strings
- Reverse String
- Check Palindrome
- β Linked Lists
- β Recursion
- β Sorting & Searching
- β Dynamic Programming
- β Graphs & Trees
- β
Math & Bit Manipulation
- Binary Gap
- Power of 2
Feel free to fork this repository and contribute by adding solutions or improving existing ones!
This project is licensed under the MIT License.