An open API service indexing awesome lists of open source software.

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.

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 ⭐!!!