[PR #68] [MERGED] Merged 2 search algorithm folders #290

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/68
Author: @AnupKumarPanwar
Created: 10/3/2017
Status: Merged
Merged: 10/3/2017
Merged by: @AnupKumarPanwar

Base: masterHead: master


📝 Commits (2)

  • ab2b2a5 BogoSort.c and bogo_sort.c are same. Deleted bogo_sort.c
  • a8e3dd3 Merged 2 sorting folders

📊 Changes

2 files changed (+0 additions, -79 deletions)

View changed files

Searches/BinarySearch.c (+0 -39)
sorting/Bogo_Sort.c (+0 -40)

📄 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/68 **Author:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Created:** 10/3/2017 **Status:** ✅ Merged **Merged:** 10/3/2017 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ab2b2a5`](https://github.com/TheAlgorithms/C/commit/ab2b2a58f01411d01f08b885f0c2e60d0d02d728) BogoSort.c and bogo_sort.c are same. Deleted bogo_sort.c - [`a8e3dd3`](https://github.com/TheAlgorithms/C/commit/a8e3dd3f6056e6fc6e6d5be723cb9de872f4a41f) Merged 2 sorting folders ### 📊 Changes **2 files changed** (+0 additions, -79 deletions) <details> <summary>View changed files</summary> ➖ `Searches/BinarySearch.c` (+0 -39) ➖ `sorting/Bogo_Sort.c` (+0 -40) </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:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#290