[PR #620] Update stack_using_linked_lists.c #1070

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/620
Author: @Shwetik
Created: 9/30/2020
Status: 🔄 Open

Base: masterHead: patch-3


📝 Commits (9)

  • ddf671d Update stack_using_linked_lists.c
  • 9a70599 Update stack_using_linked_lists.c
  • 8d63bec Update stack_using_linked_lists.c
  • e1bbff8 Update stack_using_linked_lists.c
  • 7bb6d59 Update stack_using_linked_lists.c
  • 12044c8 Update stack_using_linked_lists.c
  • 400218f Update data_structures/linked_list/stack_using_linked_lists.c
  • 4d8bfe2 Update data_structures/linked_list/stack_using_linked_lists.c
  • c75e9f2 Update data_structures/linked_list/stack_using_linked_lists.c

📊 Changes

1 file changed (+13 additions, -3 deletions)

View changed files

📝 data_structures/linked_list/stack_using_linked_lists.c (+13 -3)

📄 Description

Description of Change

Added comments and time complexities.

  • Relevant documentation/comments is changed or added


🔄 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/620 **Author:** [@Shwetik](https://github.com/Shwetik) **Created:** 9/30/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (9) - [`ddf671d`](https://github.com/TheAlgorithms/C/commit/ddf671df55b86bb540887bcca18b9202783b7f13) Update stack_using_linked_lists.c - [`9a70599`](https://github.com/TheAlgorithms/C/commit/9a7059935b308a63a43e7774e9a615a95e2c370e) Update stack_using_linked_lists.c - [`8d63bec`](https://github.com/TheAlgorithms/C/commit/8d63bece2ec9be1e08ccb30139bb19cbd95451bd) Update stack_using_linked_lists.c - [`e1bbff8`](https://github.com/TheAlgorithms/C/commit/e1bbff808bdeee391b849dec310a9fba5b1d33a3) Update stack_using_linked_lists.c - [`7bb6d59`](https://github.com/TheAlgorithms/C/commit/7bb6d594e8e914216e4828a797344e00ff009431) Update stack_using_linked_lists.c - [`12044c8`](https://github.com/TheAlgorithms/C/commit/12044c8d195768efca1b31be9ccc4a1ca67a06b1) Update stack_using_linked_lists.c - [`400218f`](https://github.com/TheAlgorithms/C/commit/400218f5e69ff7eb9012c093984db8299295b218) Update data_structures/linked_list/stack_using_linked_lists.c - [`4d8bfe2`](https://github.com/TheAlgorithms/C/commit/4d8bfe2ec9fd4159c9422fa6e5664a2624b40a96) Update data_structures/linked_list/stack_using_linked_lists.c - [`c75e9f2`](https://github.com/TheAlgorithms/C/commit/c75e9f26f46e955fe64a0796b52138b9afae7f3f) Update data_structures/linked_list/stack_using_linked_lists.c ### 📊 Changes **1 file changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/linked_list/stack_using_linked_lists.c` (+13 -3) </details> ### 📄 Description #### Description of Change Added comments and time complexities. - [x] Relevant documentation/comments is changed or added <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/620"><img src="https://gitpod.io/api/apps/github/pbs/github.com/Shezza221b/C.git/c75e9f26f46e955fe64a0796b52138b9afae7f3f.svg" /></a> --- <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:17:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1070