mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 05:44:36 +00:00
[PR #467] [CLOSED] while loop and condition is now in for loop only so only one for loop is used #866
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/467
Author: @GauravSingh9356
Created: 10/25/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (8)
fc43d9cUpdate insertionSort.ca7e7de9My first commit45422b0My second commit8746112Linked listfd83259Selection sort6b4b937selection sort7e9061fUpdate Stack.c430726fUpdate Stack.c📊 Changes
6 files changed (+221 additions, -155 deletions)
View changed files
➕
data_structures/linked_list/linked list display.c(+49 -0)📝
data_structures/stack.c(+81 -146)➕
data_structures/stack1.c(+82 -0)📝
sorting/BubbleSort.c(+3 -3)📝
sorting/SelectionSort.c(+1 -1)📝
sorting/insertionSort.c(+5 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.