मुख्य कंटेंट तक स्किप करें

11 docs tagged with "math"

सारे टैग देखें

An Alternative Way

Solution for Codeforces 2241D: An Alternative Way, utilizing a prefix sum invariant approach.

Crimson Triples

Solution for Codeforces 2238B: Crimson Triples, utilizing mathematical observations and a greedy approach.

Divide and Conquer

Solution for Codeforces 2241A: Divide and Conquer, utilizing a highly optimal math approach.

Maximum Building Height

Finding the maximum possible height of a building given a set of restrictions using a two-pass constraint propagation approach.

Rabbits in Forest

Solving the Rabbits in Forest problem using a Hash Map and Greedy Math approach.

Reverse Integer

This document explains the Reverse Integer problem, including its description, approach, and implementation.

Unique Paths

The Unique Paths problem on LeetCode involves finding the number of possible unique paths for a robot to reach the bottom-right corner of a grid.