[PR #537] [CLOSED] hanoi tower - stacks #959

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/537
Author: @leonardo-anjos
Created: 5/21/2020
Status: Closed

Base: masterHead: hanoi-tower


📝 Commits (1)

📊 Changes

3 files changed (+293 additions, -0 deletions)

View changed files

hanoi_tower/Main.c (+198 -0)
hanoi_tower/Stack.c (+83 -0)
hanoi_tower/Stack.h (+12 -0)

📄 Description

my first contribution to this repository :)


🔄 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/537 **Author:** [@leonardo-anjos](https://github.com/leonardo-anjos) **Created:** 5/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `hanoi-tower` --- ### 📝 Commits (1) - [`bdfad7f`](https://github.com/TheAlgorithms/C/commit/bdfad7f7cc812b433094024eac8eb99fd621a1c2) hanoi tower - stacks ### 📊 Changes **3 files changed** (+293 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `hanoi_tower/Main.c` (+198 -0) ➕ `hanoi_tower/Stack.c` (+83 -0) ➕ `hanoi_tower/Stack.h` (+12 -0) </details> ### 📄 Description my first contribution to this repository :) --- <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:16:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#959