This repo includes all python problems for Coding Ninja Python Fundamental course. Please give a star in this repo if you like it.
This repo includes:
- Introduction to Python
- Conditionals and Loops
- Check number
- Sum of n numbers
- Sum of Even Numbers
- Fahrenheit to Celsius
- Calculator
- Reverse of a number
- Palindrome number
- Sum of even & odd
- Nth Fibonacci Number
- Patterns 1
- Square Pattern
- Triangular Star Pattern
- Triangular Number Pattern
- Reverse Number Pattern
- Character Pattern
- Interesting Alphabets
- Number Pattern 1
- Number Pattern 2
- Number Pattern 3
- Number Pattern
- Alpha Pattern
- Patterns 2
- Inverted Number Pattern
- Mirror Number Pattern
- Star Pattern
- Triangle of Numbers
- Diamond of stars
- Number Pattern
- Zeros and Stars Pattern
- Pyramid Number Pattern
- Arrow pattern
- More on Loops
- Functions
- Arrays & Lists
- Array Sum
- Swap Alternate
- Find Unique
- Find Duplicate
- Array Intersection
- Pair Sum
- Triplet Sum
- Sort 0 1
- Searching & Sorting
- Code Binary Search
- Code Bubble Sort
- Code Insertion Sort
- Code Merge Two Sorted Arrays
- Push Zeros to end
- Rotate array
- Second Largest in array
- Check Array Rotation
- Sort 0 1 2
- Sum of Two Arrays
- Strings
- Check Palindrome
- Check Permutation
- Remove Consecutive Duplicates
- Reverse Each Word
- Remove character
- Highest Occuring Character
- Compress the String
- Two Dimensional Lists