[PR #266] [CLOSED] Exponential Search added #568

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/266
Author: @sayanmondal2098
Created: 9/30/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

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

View changed files

dynamic_programming/Longest_Common_subquince.c (+37 -0)
searching/ExponentialSearch.c (+65 -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/266 **Author:** [@sayanmondal2098](https://github.com/sayanmondal2098) **Created:** 9/30/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`33b8b78`](https://github.com/TheAlgorithms/C/commit/33b8b785a1901e1bc13cb1aaa8e0012ee45a5fec) Exponential Search added - [`2f5817c`](https://github.com/TheAlgorithms/C/commit/2f5817cbe09afdd2a90ecfbfc4278a3f2fded6f1) Dynamic Programming added ### 📊 Changes **2 files changed** (+102 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `dynamic_programming/Longest_Common_subquince.c` (+37 -0) ➕ `searching/ExponentialSearch.c` (+65 -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:13: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#568