[PR #467] [CLOSED] while loop and condition is now in for loop only so only one for loop is used #866

Closed
opened 2026-01-29 15:15:49 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/467
Author: @GauravSingh9356
Created: 10/25/2019
Status: Closed

Base: masterHead: master


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/467 **Author:** [@GauravSingh9356](https://github.com/GauravSingh9356) **Created:** 10/25/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`fc43d9c`](https://github.com/TheAlgorithms/C/commit/fc43d9ca46dd06fb5b2bd79ff0b6a9c53897b1a9) Update insertionSort.c - [`a7e7de9`](https://github.com/TheAlgorithms/C/commit/a7e7de9b596a78ad8e381a95602291f1c1057b61) My first commit - [`45422b0`](https://github.com/TheAlgorithms/C/commit/45422b0ef3deb0e522f326bc9aade0e107eacd48) My second commit - [`8746112`](https://github.com/TheAlgorithms/C/commit/8746112a6616e11d5162f9566c07e6089ec8e89a) Linked list - [`fd83259`](https://github.com/TheAlgorithms/C/commit/fd83259bf1f398f965e238b4ba62d7ce07800eab) Selection sort - [`6b4b937`](https://github.com/TheAlgorithms/C/commit/6b4b937841380d919ae0db16c42b4b08952851c1) selection sort - [`7e9061f`](https://github.com/TheAlgorithms/C/commit/7e9061f3be8f4c721ff224667471e5af220f20d7) Update Stack.c - [`430726f`](https://github.com/TheAlgorithms/C/commit/430726fcf98678e1805f666c31a98540e16ddeca) Update Stack.c ### 📊 Changes **6 files changed** (+221 additions, -155 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <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:15:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#866