-
Count number of strings (made of R, G and B) using given combination in C++
-
Count the number of currency notes needed in C++
-
Construct sum-array with sum of elements in given range in C++
-
Count number of trees in a forest in C++
-
Count the number of common divisors of the given strings in C++
-
Count subsets that satisfy the given condition in C++
-
Count squares with odd side length in Chessboard in C++
-
Count subarrays whose product is divisible by k in C++
-
Count subtrees that sum up to a given value x in C++
-
Count the nodes in the given tree whose sum of digits of weight is odd in C++
-
Count the nodes in the given tree whose weight is a power of two in C++
-
Count the nodes whose weight is a perfect square in C++
-
Count the nodes of the tree whose weighted string contains a vowel in C++
-
Construct Pushdown automata for L = {0(n+m)1m2n | m, n = 0} in C++
-
Construct Pushdown automata for L = {0m1(n+m)2n | m,n = 0} in C++
-
Construct Pushdown automata for L = {0n1m2m3n | m,n = 0} in C++
-
Construct Pushdown automata for L = {a(2*m)c(4*n)dnbm | m,n = 0} in C++
-
Count the nodes whose sum with X is a Fibonacci number in C++
-
Construct the full k-ary tree from its preorder traversal in C++
-
Count pairs in a binary tree whose sum is equal to a given value x in C++