count

PythonF

Distinct Elements Count

Two integer arrays of length L1 and L2 are passed as input. The program must print the sum of the distinct elements present in both the…
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

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…