[PR #244] [CLOSED] Greedy Strategy problems are added #538

Open
opened 2026-01-29 15:13:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/244
Author: @nikhithabhupal2000
Created: 7/12/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 0db036f Greedy Strategy problems are added
  • 5227867 Removed the binaries

📊 Changes

2 files changed (+249 additions, -0 deletions)

View changed files

Greedy_strategy/fractional_kanpsack.c (+169 -0)
Greedy_strategy/optimal_merge_patterns.c (+80 -0)

📄 Description

As mentioned in the issue #37 , I added a folder for Greedy strategy paradigm and implemented two algorithms , 1.Fractional Knapsack and 2.Optimal merge patterns .


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/244 **Author:** [@nikhithabhupal2000](https://github.com/nikhithabhupal2000) **Created:** 7/12/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`0db036f`](https://github.com/TheAlgorithms/C/commit/0db036fa73501c99b6a9b165a5944ea4f2d2c08d) Greedy Strategy problems are added - [`5227867`](https://github.com/TheAlgorithms/C/commit/5227867d4cd5cd31d49dcb52ecc5ad73feffcc5a) Removed the binaries ### 📊 Changes **2 files changed** (+249 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Greedy_strategy/fractional_kanpsack.c` (+169 -0) ➕ `Greedy_strategy/optimal_merge_patterns.c` (+80 -0) </details> ### 📄 Description As mentioned in the issue #37 , I added a folder for Greedy strategy paradigm and implemented two algorithms , 1.Fractional Knapsack and 2.Optimal merge patterns . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:13:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#538