[PR #79] [CLOSED] adding program to print nth ugly number #301

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/79
Author: @ashish4321
Created: 10/16/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • b48e812 adding program to print nth ugly number

📊 Changes

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

View changed files

ugly.c (+26 -0)

📄 Description

added a program to print nth ugly number


🔄 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/79 **Author:** [@ashish4321](https://github.com/ashish4321) **Created:** 10/16/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b48e812`](https://github.com/TheAlgorithms/C/commit/b48e812dca23feb2f7009dc234c6ed2b91eb8b3c) adding program to print nth ugly number ### 📊 Changes **1 file changed** (+26 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ugly.c` (+26 -0) </details> ### 📄 Description added a program to print nth ugly number --- <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:11:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#301