Posts
Data Include Me
Cancel

URL : https://www.hackerrank.com/challenges/list-comprehensions/problem Let’s learn about list comprehensions! You are given three integers x, y and z representing the dimensions of a cuboid a...

URL : https://www.hackerrank.com/challenges/itertools-product/problem This tool computes the cartesian product of input iterables. It is equivalent to nested for-loops. For example, p...

URL : https://www.hackerrank.com/challenges/itertools-permutations/problem This tool returns successive r length permutations of elements in an iterable. If r is not specified or is ...

URL : https://www.hackerrank.com/challenges/itertools-combinations/problem This tool returns the length subsequences of elements from the input iterable. Combinations are emitted in...

URL : https://www.hackerrank.com/challenges/iterables-and-iterators/problem The itertools module standardizes a core set of fast, memory efficient tools that are useful by themsel...

URL : https://www.hackerrank.com/challenges/py-introduction-to-sets/problem Task Now, let’s use our knowledge of sets and help Mickey. Ms. Gabriel Williams is a botany...

URL : https://www.hackerrank.com/challenges/finding-the-percentage/problem The provided code stub will read in a dictionary containing key/value pairs of name:[marks] for a list o...

URL : https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list/problem Given the participants’ score sheet for your University Sports Day, you are required to fi...

URL : https://www.hackerrank.com/challenges/find-a-string/problem In this challenge, the user enters a string and a substring. You have to print the number of times that the subst...

URL : https://www.hackerrank.com/challenges/designer-door-mat/problem Mr. Vincent works in a door mat manufacturing company. One day, he designed a new door mat with the following...