[PR #123] [MERGED] 3 very useful codes added #352

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/123
Author: @agnimish
Created: 3/19/2018
Status: Merged
Merged: 3/20/2018
Merged by: @christianbender

Base: masterHead: master


📝 Commits (3)

  • 8d29a26 Create lexicographicPermutations.c
  • 3038363 Create modifiedBinarySearch.c
  • fade142 Create mergeLinkedLists.c

📊 Changes

3 files changed (+242 additions, -0 deletions)

View changed files

Data Structures/linked_list/mergeLinkedLists.c (+103 -0)
Searches/modifiedBinarySearch.c (+86 -0)
misc/lexicographicPermutations.c (+53 -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/123 **Author:** [@agnimish](https://github.com/agnimish) **Created:** 3/19/2018 **Status:** ✅ Merged **Merged:** 3/20/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`8d29a26`](https://github.com/TheAlgorithms/C/commit/8d29a26105564f344ef3990cced8708311758fff) Create lexicographicPermutations.c - [`3038363`](https://github.com/TheAlgorithms/C/commit/3038363d19bc74d7e06db9462efe2f47af2a6c8f) Create modifiedBinarySearch.c - [`fade142`](https://github.com/TheAlgorithms/C/commit/fade1423425bce33a52cea8d700b891ce70f5ddf) Create mergeLinkedLists.c ### 📊 Changes **3 files changed** (+242 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Data Structures/linked_list/mergeLinkedLists.c` (+103 -0) ➕ `Searches/modifiedBinarySearch.c` (+86 -0) ➕ `misc/lexicographicPermutations.c` (+53 -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:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#352