count

CF

Inviting Customer Count

Inviting Customer Count: A company plans a viral marketing strategy in which an existing customer will invite N other new customers every day…
PythonF

Peak Elements Count

Peak Elements Count: N integers are passed as input. The program must print the count of peak elements among the N integers. An element is a…
JavaF

BST – Leaf Node Count

BST – Leaf Node Count: An array of N positive integers is passed as input. The program must form a binary search tree with these…
PythonF

Count of Power of X

Count of Power of X: N positive values v(i) where i = 1 to N are passed as input to the program. The program must print the count C of the…
PythonF

String Alphabet Count

String Alphabet Count: Given a string S with only alphabets, print the alphabet and it’s count as shown in the Example Input/Output…