Skip to main content

2 docs tagged with "Greedy Algorithm"

View all tags

IPO

Problem Description

Lemonade Change

This document explores different approaches to solving the lemonade change problem, including an easy C++ solution with a greedy algorithm approach.