[PR #202] [CLOSED] Added 3n+1 #480

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/202
Author: @erensunerr
Created: 10/28/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

misc/3n+1.c (+29 -0)

📄 Description

Added the famous 3n+1 algorithm.


🔄 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/202 **Author:** [@erensunerr](https://github.com/erensunerr) **Created:** 10/28/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2a1d1ea`](https://github.com/TheAlgorithms/C/commit/2a1d1ea1b377d4cec1988e395149c155aad1a9c9) 3n+1 ### 📊 Changes **1 file changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/3n+1.c` (+29 -0) </details> ### 📄 Description Added the famous 3n+1 algorithm. --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#480