Skip to main content

7 docs tagged with "Memoization"

View all tags

Cat and Mouse

This is a solution to the Cat and Mouse problem on LeetCode.

Cherry Pickup

This is a solution to the Cherry Pickup problem on LeetCode.

Climbing Stairs

This document explores different approaches to solving the climbing stairs problem, including recursion, memoization, tabulation, and space optimization.

Target Sum

This is a solution to the Target Sum problem on LeetCode.

Word Break(LeetCode)

Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-separated sequence of one or more dictionary words.