https://github.com/palwisha-18/python_programming_exercises
https://github.com/palwisha-18/python_programming_exercises
programming programming-exercises python
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/palwisha-18/python_programming_exercises
- Owner: Palwisha-18
- License: mit
- Created: 2022-11-01T04:10:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:37:25.000Z (about 1 year ago)
- Last Synced: 2025-02-10T21:53:53.327Z (11 months ago)
- Topics: programming, programming-exercises, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Programming Exercises
This repository consists of coding problems with solutions implemented in Python language.
*Easy Problems*:
- Repeat String N times
- Is Isogram
- Is Pangram
- Is Prime Number
- Multiples of Three and Five
- Reverse Array
- k most frequent elements
- Is Palindrome
- Fibonnaci Sequence
*Medium Problems*:
- Best Time to Buy and Sell Stocks
- Direction Catastrophe
- Most Common Characters
- Mastermind
- Push zeros to end of array
- Two Sum
- Find First and Last Position of Element in Sorted Array
- Find Common Chars
- Sort Colors
*Hard Problems*:
- Bubble Sort
- Quick Sort
- Insertion Sort
- Merge Sort