Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LeetCode 546. Remove Boxes Problem #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Abhi01goenka
Copy link

Pull Request: Add LeetCode 546. Remove Boxes Problem

Description

This pull request aims to add the "Remove Boxes" LeetCode problem to the repository. The problem description, constraints, and a solution in C++ have been included for reference.

Changes Made

  • Added the 546-Remove-Boxes folder inside the LeetCode directory.
  • Included the PROBLEM.md file containing the problem description, constraints, examples, and explanations.
  • Added the Solution.cpp file providing a C++ solution to the problem.
  • Updated the README.md with instructions on how to locate the problem and run the provided code.

Usage

Developers and learners can access the problem statement in the PROBLEM.md file and study the provided C++ solution in Solution.cpp. The README provides guidance on how to navigate and run the code.

Screenshots

image image image

Checklist

  • Added the problem description in the PROBLEM.md file.
  • Included the solution in C++ in the Solution.cpp file.
  • Updated the README with clear instructions.
  • The code is well-documented and follows best practices.
  • Tests have been included to validate the solution.
  • Documentation is updated to reflect the new addition.

Related Issues

Closes #141 Add Leetcode 546. Remove Boxes in C++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Leetcode 546. Remove Boxes in C++
1 participant