mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 21:42:29 +00:00
[PR #1540] [CLOSED] Improve documentation for stack using linked list #2146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1540
Author: @Heet0804
Created: 12/18/2025
Status: ❌ Closed
Base:
master← Head:docs-improvement📝 Commits (1)
f9025f9Add documentation comments to stack using linked list implementation📊 Changes
1 file changed (+29 additions, -2 deletions)
View changed files
📝
data_structures/linked_list/stack_using_linked_lists.c(+29 -2)📄 Description
This PR improves code readability by adding documentation comments
to the stack implementation using a linked list. No functional changes were made.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.