Author name: Admin

Implement Atoi

gfg-potd

Given a string s, the objective is to convert it into integer format without utilizing any built-in functions. Refer the

Max Circular Subarray Sum

gfg-potd

Given an array of integers arr[] in a circular fashion. Find the maximum subarray sum that we can get if we assume the array to be circular.

773. Sliding Puzzle

leetcode-potd

On an 2 x 3 board, there are five tiles labeled from 1 to 5, and an empty square represented by 0. A move consists of choosing 0 and a

Maximum Product Subarray

gfg-potd

Given an array arr[] that contains positive and negative integers (may contain 0 as well). Find the maximum product that we can get in

1975. Maximum Matrix Sum

leetcode-potd

You are given an n x n integer matrix. You can do the following operation any number of times: Choose any two adjacent elements of matrix and multiply each of them

Scroll to Top