Character Frequency
Write a program to compute the frequency of characters other than space.
Sample Input 1
Pop up
Sample Output 1
o: 1
p: 3
u: 1
Prefix suffix
Write a program to check the overlapping of one string's suffix with the prefix of another string.
Sample Input 1
ramisgood
goodforall
Sample output 1
good
Sample Input 2
finally
restforall
Sample Input 2
No overlapping
Polynomial
Given polynomial, write a program that prints polynomial in Cix^Pi + Ci-1x^Pi-1 +....+C1x+C0 format
Sample Input 1
5
0 2
1 3
2 1
4 7
3 6
Sample Input 1
7x^4 + 6x^3 + x^2 + 3x + 2
Numbers in string-2
Given a string, write a program to return the sum and average of the numbers that appear in the string, ignoring all other characters.
Sample Input 1
I am 25 years and 10 months old
Sample output 1
35
17.5
Sample input 2
Tech Foundation 35567
Sample output 2
35567
35567.0
Numbers in string-1
Given a string, write a program to return the sum and average of the digits of all numbers that appear in the string, ignoring all other characters.
Sample Input 1
Anjali25 is python4 Expert
Sample output 1
11
3.67
Sample input 2
Tech Foundation 35567
Sample output 2
26
5.2
Weekends
Given two dates D1 and D2,write a program to count the number of Saturday's and Sundays from D1 to D2(including D1 and D2). The date in string format is like "8 Feb 2021".
Input
The first line of input will contain date D1 in the string format.
The second line of input will contain date D2 in the string format.
Sample input 1
25 Jan 2021
14 Feb 2021
Sample output 1
Saturday: 3
Sunday: 3
Sample input 2
25 May 2019
22 Dec 2021
Sample output 2
Saturday:135
Sunday: 135
DESIGN, ANALYSE AND CODE any method for the GENERIC MyLinkedList class that will manipulate the linked list. You can decide yourself what it should be following the specification below:
1. Purpose: The method must make logical sense – it should be of some purpose to somebody.
You should describe in the text who will use the method for which purpose.
2. Clearly explain the problem
Speed Typing Test
In this assignment, let's build a Speed Typing Test using Html,Css, Javascript
Refer to the below image.
https://assets.ccbp.in/frontend/content/dynamic-webapps/speed-typing-test-output.gif
Instructions:
Clock Image: