Skip to content

zeeshanayaz/python_coding_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Python Coding Challenges

A collection of coding problems and solutions in Python, useful for interview preparation and problem-solving practice.

πŸš€ About

This repository contains Python solutions for common coding challenges, data structures, and algorithms frequently asked in technical interviews.

πŸ— How to Use

  1. Clone this repository:
    git clone https://github.com/zeeshanayaz/python_coding_challenges.git
  2. Navigate to the repo:
    cd python_coding_challenges
  3. Run a specific solution:
    # <filename>.py
    python binary_gap.py

πŸ“ Topics Covered

  • ❌ 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

πŸ’‘ Contribution

Feel free to fork this repository and contribute by adding solutions or improving existing ones!

πŸ“œ License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages