91. Decode Ways

leetcode-potd

A message containing letters from A-Z can be encoded into numbers using the following mapping: ‘A’ -> “1” ‘B’ -> “2” … ‘Z’ ->

85. Maximal Rectangle

leetcode-potd

Given a rows x cols binary matrix filled with 0‘s and 1‘s, find the largest rectangle containing only 1‘s and return its area. Example 1: Input: matrix =

Closest Three Sum

gfg-potd

Given an array, arr of integers, and another number target, find three integers in the array such that their sum is closest to

Scroll to Top