mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-18 22:00:14 +00:00
[PR #818] [MERGED] feat: Exponential Search #1335
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/818
Author: @faridevnz
Created: 3/24/2021
Status: ✅ Merged
Merged: 3/25/2021
Merged by: @ayaankhan98
Base:
master← Head:master📝 Commits (9)
f3429bffeat(ExponentialSearch): added C implementation of Exponential Searchc12502afix: typof7030bbrefactor(ExponentialSearch): removed unused imports24ff35bfix(Exponential Search): review fixes5417b0cupdating DIRECTORY.md8afe7b9refactor(ExponentialSearch): refactoring typesbf52577Merge branch 'master' of https://github.com/faridevnz/C1f0ffe6fix(ExponentialSearch): fixes and added briefb99e641refactor(ExponentialSearch): added briefs📊 Changes
2 files changed (+108 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
searching/exponential_search.c(+107 -0)📄 Description
Description of Change
Checklist
Notes: implementation of Exponential Search
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.