mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-22 23:14:45 +00:00
[PR #1146] [MERGED] add Minimum Number of Operations to Move All Balls to Each Box leetcode #1717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1146
Author: @alexpantyukhin
Created: 11/16/2022
Status: ✅ Merged
Merged: 12/2/2022
Merged by: @Panquesito7
Base:
master← Head:minimum_number_of_operations_to_move_all_balls_to_each_box📝 Commits (4)
e167013add Minimum Number of Operations to Move All Balls to Each Box leetcodeeb5ed10chore: apply suggestions from code review1fdec69Update leetcode/src/1769.c0b18c61Merge branch 'master' into minimum_number_of_operations_to_move_all_balls_to_each_box📊 Changes
2 files changed (+42 additions, -0 deletions)
View changed files
📝
leetcode/DIRECTORY.md(+1 -0)➕
leetcode/src/1769.c(+41 -0)📄 Description
Description of Change
Add a guide for new LeetCode solutions.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.