[PR #35] [MERGED] Added a new file #249

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/35
Author: @shashikedissanayake
Created: 9/21/2017
Status: Merged
Merged: 9/22/2017
Merged by: @AnupKumarPanwar

Base: masterHead: master


📝 Commits (2)

  • dbe89ab added TowerOfHanoi.c
  • 4377477 Added Algorithm for Tower of Hanoi

📊 Changes

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

View changed files

TowerOfHanoi.c (+29 -0)

📄 Description

I was added new recursive algorithm called as Tower of Hanoi


🔄 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/35 **Author:** [@shashikedissanayake](https://github.com/shashikedissanayake) **Created:** 9/21/2017 **Status:** ✅ Merged **Merged:** 9/22/2017 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dbe89ab`](https://github.com/TheAlgorithms/C/commit/dbe89ab930128929b5dbb137838b7b83cee22bdf) added TowerOfHanoi.c - [`4377477`](https://github.com/TheAlgorithms/C/commit/4377477d9e13e6f6fffe1eec24d06c4f59f5d6f7) Added Algorithm for Tower of Hanoi ### 📊 Changes **1 file changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `TowerOfHanoi.c` (+29 -0) </details> ### 📄 Description I was added new recursive algorithm called as Tower of Hanoi --- <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:10:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#249