mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1516] [CLOSED] feat(searching): add exponential_search2 with self-tests #2124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1516
Author: @hobostay
Created: 10/26/2025
Status: ❌ Closed
Base:
master← Head:feat/exponential-search-2📝 Commits (2)
b798cb8docs: refine CodingGuidelines wording and clarity57d2c29feat(searching): add exponential_search2 implementation with self-tests and Doxygen header📊 Changes
2 files changed (+107 additions, -9 deletions)
View changed files
📝
CodingGuidelines.md(+12 -9)➕
searching/exponential_search2.c(+95 -0)📄 Description
#- What: Add searching/exponential_search2.c as an alternative exponential search implementation with Doxygen header and assert-based self-tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.