[PR #47] [CLOSED] Update fat.c for dynamic programming version #259

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/47
Author: @kartikey-singh
Created: 9/29/2017
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+13 additions, -11 deletions)

View changed files

📝 fat.c (+13 -11)

📄 Description

Made the program more efficient by adding dynamic programming version of fibonacci program.


🔄 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/47 **Author:** [@kartikey-singh](https://github.com/kartikey-singh) **Created:** 9/29/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`ceef5ab`](https://github.com/TheAlgorithms/C/commit/ceef5ab605ab691dd76de9aa656c55a9c54cffc0) Update fat.c ### 📊 Changes **1 file changed** (+13 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `fat.c` (+13 -11) </details> ### 📄 Description Made the program more efficient by adding dynamic programming version of fibonacci program. --- <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:10:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#259