https://github.com/thatsabhishek/codingninjas-python-guidedpath
This repo includes all python problems for Basics of python Guided Path in Coding Ninjas.
https://github.com/thatsabhishek/codingninjas-python-guidedpath
coding codingninjas codingninjaspractice guided-path input-output python
Last synced: 3 months ago
JSON representation
This repo includes all python problems for Basics of python Guided Path in Coding Ninjas.
- Host: GitHub
- URL: https://github.com/thatsabhishek/codingninjas-python-guidedpath
- Owner: thatsabhishek
- Created: 2023-06-01T13:13:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T16:45:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T15:28:46.671Z (5 months ago)
- Topics: coding, codingninjas, codingninjaspractice, guided-path, input-output, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo includes all python problems for Basics of python Guided Path in Coding Ninjas. Please give a star in this repo if you like it.
This repo includes:
- [Basic I/O in python](./BasicIOinpython)
- [Find Area of Rectangle](./BasicIOinpython/FindAreaofRectangle.py)
- [Print Name and age](./BasicIOinpython/PrintNameandage.py)
- [Swap Two Numbers](./BasicIOinpython/SwapTwoNumbers.py)
- [Calculate Simple Interest](./BasicIOinpython/CalculateSimpleInterest.py)
- [Conditional statements and loop](./Conditionalstatementsandloop/)
- [Sum of Even Numners till N](./Conditionalstatementsandloop/SumofEvenNumberstillN.py)
- [Fahrenheit to Celsius](./Conditionalstatementsandloop/FahrenheittoCelsius.py)
- [Sum of even & odd](./Conditionalstatementsandloop/Sumofeven%26odd.py)
- [Find power of a number](./Conditionalstatementsandloop/Findpowerofanumber.py)
- [Factorial of a Number](./Conditionalstatementsandloop/FactorialofaNumber.py)
- [N-th Fibonacci Number](./Conditionalstatementsandloop/N-thFibonacciNumber.py)
- [Function in python](./Functioninpython/)
- [Function to print Hello World](./Functioninpython/FunctiontoprintHelloWorld.py)
- [Print all Divisors of a number](./Functioninpython/PrintallDivisorsofanumber.py)
- [Set Bits](./Functioninpython/SetBits.py)
- [Total Prime](./Functioninpython/TotalPrime.py)
- [List in python](./Listinpython/)
- [First index of element](./Listinpython/Firstindexofelement.py)
- [Last index of element](./Listinpython/Lastindexofelement.py)
- [Reverse the array](./Listinpython/Reversethearray.py)
- [Rotate array](./Listinpython/Rotatearray.py)
- [K'th smallest/largest element in an array](./Listinpython/Kthsmallestlargestelementinanarray.py)
- [Sort012](./Listinpython/sort012.py)
- [String](./string/)
- [Count Words](./string/CountWords.py)
- [All substrings](./string/Allsubstrings.py)
- [Reverse String Word Wise](./string/ReverseStringWordWise.py)
- [Check Permutation](./string/CheckPermutation.py)
- [Remove Consecutive Duplicates](./string/RemoveConsecutiveDuplicates.py)
- [Reverse Each Word](./string/ReverseEachWord.py)
- [Remove character](./string/Removecharacter.py)# CodingNinjas Guided Path
## Rate my Repo ⭐!!!