mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-23 05:49:37 +00:00
[PR #1540] Improve documentation for stack using linked list #2148
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?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/1540
State: closed
Merged: No
This PR improves code readability by adding documentation comments
to the stack implementation using a linked list. No functional changes were made.