[PR #723] [CLOSED] feat: Adding fibonacci triangle program #1219

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/723
Author: @sumeet-shinde
Created: 10/26/2020
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 19c34af Adding fibonacci triangle program
  • 1b667ce Update fibonacci_triangle.c
  • bd23e3f Update misc/fibonacci_triangle.c
  • 8a8bef7 Update misc/fibonacci_triangle.c
  • 084330e Update misc/fibonacci_triangle.c
  • 5273a61 Update misc/fibonacci_triangle.c
  • 855bfc0 Update misc/fibonacci_triangle.c
  • df363d0 Update misc/fibonacci_triangle.c
  • b66c121 Update misc/fibonacci_triangle.c
  • 9adf6b5 Update fibonacci_triangle.c

📊 Changes

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

View changed files

📝 DIRECTORY.md (+1 -0)
misc/fibonacci_triangle.c (+50 -0)

📄 Description

Program to print Fibonacci series in triangle

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/723 **Author:** [@sumeet-shinde](https://github.com/sumeet-shinde) **Created:** 10/26/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`19c34af`](https://github.com/TheAlgorithms/C/commit/19c34af6a087eb5902709f4067e63ff497844fab) Adding fibonacci triangle program - [`1b667ce`](https://github.com/TheAlgorithms/C/commit/1b667ce40db103819cadec44305bbfecdf67ebd7) Update fibonacci_triangle.c - [`bd23e3f`](https://github.com/TheAlgorithms/C/commit/bd23e3f879e05e0b7c5d794ee5fa052762c1e75f) Update misc/fibonacci_triangle.c - [`8a8bef7`](https://github.com/TheAlgorithms/C/commit/8a8bef708709383be507bcfb371c93756e4745ae) Update misc/fibonacci_triangle.c - [`084330e`](https://github.com/TheAlgorithms/C/commit/084330e826433c4395907c8eab9608acb1c5433a) Update misc/fibonacci_triangle.c - [`5273a61`](https://github.com/TheAlgorithms/C/commit/5273a612c64526193f6b39a31fb76cb07000af00) Update misc/fibonacci_triangle.c - [`855bfc0`](https://github.com/TheAlgorithms/C/commit/855bfc062b7e356b282b6870c75e05278a69d06a) Update misc/fibonacci_triangle.c - [`df363d0`](https://github.com/TheAlgorithms/C/commit/df363d0e0e5124697c1114f906d64f7bf790187a) Update misc/fibonacci_triangle.c - [`b66c121`](https://github.com/TheAlgorithms/C/commit/b66c121c26f8b8b87a66199ad3e9d0a025dac922) Update misc/fibonacci_triangle.c - [`9adf6b5`](https://github.com/TheAlgorithms/C/commit/9adf6b57c1fe1a22d31b6589018ab3223380470b) Update fibonacci_triangle.c ### 📊 Changes **2 files changed** (+51 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+1 -0) ➕ `misc/fibonacci_triangle.c` (+50 -0) </details> ### 📄 Description #### Program to print Fibonacci series in triangle <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - Added description of change - Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - Added tests and example, test must pass - Relevant documentation/comments is changed or added - PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - Search previous suggestions before making a new one, as yours may be a duplicate. - I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/723"><img src="https://gitpod.io/api/apps/github/pbs/github.com/sumeet-shinde/C.git/1760e021f95e8d74758b55becb14797c0a44ffcd.svg" /></a> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/723"><img src="https://gitpod.io/api/apps/github/pbs/github.com/sumeet-shinde/C.git/1b667ce40db103819cadec44305bbfecdf67ebd7.svg" /></a> --- <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:18:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1219