count

PythonF

Count Words

Write an algorithm and write the Python code to count the number of unique words in a given passage. The paragraph may contain words with…
PythonF

Family – Count Descendants

The program must accept the first and last names of N persons in a family. The last name of each person indicates the name of his/her father.…
PythonF

Robot No Movement Count

As a final year project certain students in a college have designed a Robot which can move front, back, left or right in a given rectangular…
CF

Flip Count – Matrix

The program must accept a matrix of size NxN as the input. The matrix contains only 0’s and 1’s. The program must transpose the…
PythonF

Integer – Count of Pairs

The program must an integer N as the input. The program must print the count C of pairs of positive integers X and Y so that the sum of X and…