Posted in python very small program assignments

Word count in Python

Problem Statement: In this problem of word count in python, we are given a sentence and we need to find the count of all words…

Continue Reading
Posted in python very small program assignments

Ordered Matrix in Python

Problem Statement: In the ordered matrix in python, we are given a matrix of integers. We need to convert the given matrix to an ordered…

Continue Reading
Posted in python very small program assignments

Largest Number in the list in Python

Problem Statement: In the problem of largest number in the list in python, we are given a list and we need to find the largest…

Continue Reading
Posted in python very small program assignments

Min-sum in Python

Problem Statement: In min-sum in python, we are given a list of numbers. We need to find the pair having the smallest values in the…

Continue Reading
Posted in python very small program assignments

Nth number sum in Python | Assignment Expert

Problem Statement: In the nth number sum in python, we are given a number, we need to find the sum of the series up to…

Continue Reading
Posted in python very small program assignments

Print Integers-3 in Python

Problem Statement: In Print integers-3 in python, we need to take an integer as input and print all the natural numbers until that number numbers….

Continue Reading
Posted in allcategorites competitive programming

Insertion Sort Part 2 Hackerrank Solution in C

In Insertion Sort Part 2 Hackerrank Solution in C, we are given an array, we need to sort it using insertion sort and print all…

Continue Reading
Posted in allcategorites competitive programming

Extra Long Factorials Hackerrank Solution

The factorial of a number is defined as the product of all natural numbers up to that number. For example, factorial of 5 or 5!…

Continue Reading
Posted in allcategorites competitive programming

Java Datatypes Hackerrank Solution

Introduction In Java Datatypes Hackerrank Solution, we are given an integer input, we have to determine the primitive datatypes of java that can store this…

Continue Reading
Posted in allcategorites competitive programming

Smart Number Hackerrank Solution

Given some numbers, we need to find whether they are smart numbers or not. If they are smart we should print “YES” otherwise print “NO”….

Continue Reading