[PR #87] [MERGED] Multiple folders of search and sort. Fixes issue #60 and #49. #310

Open
opened 2026-01-29 15:11:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/87
Author: @sachinarora707
Created: 10/24/2017
Status: Merged
Merged: 10/24/2017
Merged by: @sachinarora707

Base: masterHead: master


📝 Commits (2)

  • a6d1297 Multiple folders of search and sort. Fixes issue #60 and #49.
  • 33f7a61 Project Euler Problems Added.

📊 Changes

15 files changed (+39 additions, -0 deletions)

View changed files

.DS_Store (+0 -0)
Project Euler/README.md (+39 -0)
📝 Searches/Binary_Search.c (+0 -0)
📝 Searches/LinearSearch.c (+0 -0)
📝 Searches/Other_Binary_Search.c (+0 -0)
📝 Sorts/BogoSort.c (+0 -0)
📝 Sorts/BubbleSort.c (+0 -0)
📝 Sorts/InsertionSort.c (+0 -0)
📝 Sorts/OtherBubbleSort.c (+0 -0)
📝 Sorts/QuickSort.c (+0 -0)
📝 Sorts/SelectionSort.c (+0 -0)
📝 Sorts/binary_insertion_sort.c (+0 -0)
📝 Sorts/countingSort.c (+0 -0)
📝 Sorts/mergesort.c (+0 -0)
📝 Sorts/shaker_sort.c (+0 -0)

📄 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/87 **Author:** [@sachinarora707](https://github.com/sachinarora707) **Created:** 10/24/2017 **Status:** ✅ Merged **Merged:** 10/24/2017 **Merged by:** [@sachinarora707](https://github.com/sachinarora707) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a6d1297`](https://github.com/TheAlgorithms/C/commit/a6d1297d22c38c36e86f54d489c4e31d5684a496) Multiple folders of search and sort. Fixes issue #60 and #49. - [`33f7a61`](https://github.com/TheAlgorithms/C/commit/33f7a614ae4df591c7dd02e86f64ee7b584ddf13) Project Euler Problems Added. ### 📊 Changes **15 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> ➖ `.DS_Store` (+0 -0) ➕ `Project Euler/README.md` (+39 -0) 📝 `Searches/Binary_Search.c` (+0 -0) 📝 `Searches/LinearSearch.c` (+0 -0) 📝 `Searches/Other_Binary_Search.c` (+0 -0) 📝 `Sorts/BogoSort.c` (+0 -0) 📝 `Sorts/BubbleSort.c` (+0 -0) 📝 `Sorts/InsertionSort.c` (+0 -0) 📝 `Sorts/OtherBubbleSort.c` (+0 -0) 📝 `Sorts/QuickSort.c` (+0 -0) 📝 `Sorts/SelectionSort.c` (+0 -0) 📝 `Sorts/binary_insertion_sort.c` (+0 -0) 📝 `Sorts/countingSort.c` (+0 -0) 📝 `Sorts/mergesort.c` (+0 -0) 📝 `Sorts/shaker_sort.c` (+0 -0) </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:11:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#310