[PR #30] [MERGED] Created data_structures directory with stack.c. #244

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/30
Author: @KylerSmith
Created: 7/16/2017
Status: Merged
Merged: 8/8/2017
Merged by: @0oo0

Base: masterHead: master


📝 Commits (5)

  • d192a0a Modified Median.c and BinarySearch.c. Added data_structures directory with stack implementation
  • 0fdb676 Modified stack.c
  • 066a69b Added data_structure queue.c
  • 9af798a Minor changes
  • e93ecda Minor fixes

📊 Changes

4 files changed (+274 additions, -4 deletions)

View changed files

📝 Computer Oriented Statistical Methods/MEDIAN.C (+3 -2)
data_structures/queue.c (+125 -0)
data_structures/stack.c (+144 -0)
📝 searching/BinarySearch.c (+2 -2)

📄 Description

No description provided


🔄 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/30 **Author:** [@KylerSmith](https://github.com/KylerSmith) **Created:** 7/16/2017 **Status:** ✅ Merged **Merged:** 8/8/2017 **Merged by:** [@0oo0](https://github.com/0oo0) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`d192a0a`](https://github.com/TheAlgorithms/C/commit/d192a0ab37d5ff5d52bfca2fd9193cb31861f533) Modified Median.c and BinarySearch.c. Added data_structures directory with stack implementation - [`0fdb676`](https://github.com/TheAlgorithms/C/commit/0fdb6766b7312cec1b55703004ba83132b09e211) Modified stack.c - [`066a69b`](https://github.com/TheAlgorithms/C/commit/066a69bb43008ea851f7a231d10ec507fa153477) Added data_structure queue.c - [`9af798a`](https://github.com/TheAlgorithms/C/commit/9af798a677df53ac959e7ff8c1e60f00f7f70dd7) Minor changes - [`e93ecda`](https://github.com/TheAlgorithms/C/commit/e93ecda453347780e5ff483b8f8f1db8bfdd262f) Minor fixes ### 📊 Changes **4 files changed** (+274 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Computer Oriented Statistical Methods/MEDIAN.C` (+3 -2) ➕ `data_structures/queue.c` (+125 -0) ➕ `data_structures/stack.c` (+144 -0) 📝 `searching/BinarySearch.c` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#244