[PR #470] [CLOSED] [feature] newly added search exponential search #870

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (2)

  • a10b800 newly added search exponential search
  • 2bc2b38 Update exponential_search.c

📊 Changes

1 file changed (+49 additions, -0 deletions)

View changed files

searching/exponential_search.c (+49 -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/470 **Author:** [@yvrakesh](https://github.com/yvrakesh) **Created:** 10/25/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a10b800`](https://github.com/TheAlgorithms/C/commit/a10b800b35806ad773d2f4f1d21ddf7bb29ffde1) newly added search exponential search - [`2bc2b38`](https://github.com/TheAlgorithms/C/commit/2bc2b3857842ba06ace881b9b768c8eef8fd9565) Update exponential_search.c ### 📊 Changes **1 file changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `searching/exponential_search.c` (+49 -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:15:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#870