mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #639] [CLOSED] This is a basic linked list program #1096
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/639
Author: @Aayush-Vats
Created: 10/2/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
a19ba85There was no use of return in main so changed that the header to void.6052f1aBasic Linked List Operations2891d06Basic Program on Stack using Linked List📊 Changes
3 files changed (+121 additions, -4 deletions)
View changed files
➕
data_structures/linked_list/LinkedList.c(+48 -0)➕
data_structures/stack/StackLinkedList.c(+71 -0)📝
sorting/BubbleSort.c(+2 -4)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.