Skip to main content

8 docs tagged with "math"

View all tags

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.