- Implementation of a program for binary representation of a number. --A binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically "0" (zero) and "1" (one).
- Implementation of a program to find n'th fibonacci number. --Fibonacci number:A series of numbers in which each number is the sum of the two preceding numbers.
- Implementation of a program to find number prime numbers in a given range. --A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.
- Implementation of a program to find given string is palindrome or not. --Palindrom: A word, phrase, or sequence that reads the same backwards as forwards.
- Implementation of a program to find whether two strings are anagrams or not. --Two string will be anagram to each other if and only if they contain the same number of characters (order of the characters doesn't matter).
- Implementation of a program to find first repeating character in a string. --The first repeated charector in String is displayed.
- Implementation of a program to find number of vowels and consonants in a string. --Vowels in English: A, E, I, O, U. Remaing are consonants.
- Implementation of a program to find number of divisors for a number. --Divisor: A number that divides into another without a remainder.
- Implementation of a program and print the subsets of an array. --Subset: A set of which all the elements are contained in an array.
- Implementation of a program to find factorial of a number. --Factorial of a number: The product of an integer and all the integers below the given number.
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
cbitosc/python-for-beginners
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published