python

Python

How to Use Counters in Python?

Everything you want to know about Counters in Python.

Read
Python

How to Use Defaultdict in Python?

Using Defaultdict in Python.

Read
Python

Creating Stacked Waterfall Chart in Python using Matplotlib

How to create stacked waterfall chart in Python using Matplotlib?

Read

Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts

Find maximum area of a piece of cake after making horizontal and vertical cuts.

Read

Find the Maximum Subarray Sum with Unique Values

Given an array, find the maximum subarray sum with unique values.

Read

Maximum Product of Word Lengths

Given an array of strings, return the maximum value of the product of lengths where two words do not share any common letters.

Read

Minimum Amount of Coins Required to Make up an Amount

You are given an infinite number of coins of different denominations and an amount. Find the minimum number of coins required to make up that amount.

Read

Count Number of Substrings with Only 1s

Given a binary string, count no of substrings with only 1's.

Read