[PR #1375] [CLOSED] feat: added krishnamurthy number verificator #1973

Closed
opened 2026-01-29 15:26:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1375
Author: @jspmic
Created: 12/1/2023
Status: Closed

Base: masterHead: feature-krishnamurthy


📝 Commits (5)

  • 67fe54d Added krishnamurthy.c in /math/
  • be91dd7 Merge pull request #1 from jspmic/krishna
  • b7152a0 Added test cases in krishnamurthy.c
  • 9c019d0 Removed trailing spaces in krishnamurthy.c
  • 5f6b7e9 correction of krishnamurthy.c

📊 Changes

1 file changed (+74 additions, -0 deletions)

View changed files

math/krishnamurthy.c (+74 -0)

📄 Description

Description of Change

  • Created an implementation of the krishnamurthy number verificator
  • Added test cases

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/1375 **Author:** [@jspmic](https://github.com/jspmic) **Created:** 12/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-krishnamurthy` --- ### 📝 Commits (5) - [`67fe54d`](https://github.com/TheAlgorithms/C/commit/67fe54d70d232f8ff3b91974c19bd977f5948a58) Added krishnamurthy.c in /math/ - [`be91dd7`](https://github.com/TheAlgorithms/C/commit/be91dd73614fcffdcc8843d33763d86bf539d1af) Merge pull request #1 from jspmic/krishna - [`b7152a0`](https://github.com/TheAlgorithms/C/commit/b7152a028300356eed1b7dcb75e2a78714254132) Added test cases in krishnamurthy.c - [`9c019d0`](https://github.com/TheAlgorithms/C/commit/9c019d00e17786a392151d55b6b4207f015a03c7) Removed trailing spaces in krishnamurthy.c - [`5f6b7e9`](https://github.com/TheAlgorithms/C/commit/5f6b7e92bd50cd4f8f71bbed88c1c64123f74757) correction of krishnamurthy.c ### 📊 Changes **1 file changed** (+74 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `math/krishnamurthy.c` (+74 -0) </details> ### 📄 Description #### Description of Change - Created an implementation of the krishnamurthy number verificator - Added test cases <!-- 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]. --> - [x] Added description of 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: <!-- Please add a one-line description for developers or pull request viewers --> --- <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:26:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1973