[PR #1001] [CLOSED] 2 new programs added #1545

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1001
Author: @ankushroy25
Created: 10/6/2022
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

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

View changed files

misc/pascal.c (+56 -0)
misc/quadratic.c (+62 -0)

📄 Description

Description of Change

Added the following C programs:-

  1. pascal.c - displays Pascal's triangle up to the nth input level.
  2. quadratic.c - finds out the roots and their nature in a given quadratic equation.

References

Checklist

  • Added description of the 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: Added 2 new programs.


🔄 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/1001 **Author:** [@ankushroy25](https://github.com/ankushroy25) **Created:** 10/6/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`ccea98d`](https://github.com/TheAlgorithms/C/commit/ccea98dfe7d8bf359f67c4041166785de03fbb52) Added a 2 new programs - [`8cdbcb9`](https://github.com/TheAlgorithms/C/commit/8cdbcb907458d4a74c3754c2e2bd3bb47302180b) Exapmles added - [`028c88e`](https://github.com/TheAlgorithms/C/commit/028c88eb5f90bac5e68cb331def4dbd63861e539) Proper documentations updated - [`4ffaf3d`](https://github.com/TheAlgorithms/C/commit/4ffaf3dfaaeb132bae66ea25d5cde444954a91c6) Documentations re-updated ### 📊 Changes **2 files changed** (+118 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/pascal.c` (+56 -0) ➕ `misc/quadratic.c` (+62 -0) </details> ### 📄 Description #### Description of Change Added the following C programs:- 1. pascal.c - displays Pascal's triangle up to the nth input level. 2. quadratic.c - finds out the roots and their nature in a given quadratic equation. <!-- 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 a previous pull request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of the change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: Added 2 new programs. --- <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:22:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1545