[PR #469] [MERGED] added ternary search algorithm #871

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/469
Author: @ajinkya-ch
Created: 10/25/2019
Status: Merged
Merged: 11/5/2019
Merged by: @ashwek

Base: masterHead: TernarySearch


📝 Commits (1)

  • 632206f added ternary search algorithm

📊 Changes

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

View changed files

searching/ternarysearch.c (+83 -0)

📄 Description

Added a new search algorithm- Ternary Search.


🔄 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/469 **Author:** [@ajinkya-ch](https://github.com/ajinkya-ch) **Created:** 10/25/2019 **Status:** ✅ Merged **Merged:** 11/5/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `TernarySearch` --- ### 📝 Commits (1) - [`632206f`](https://github.com/TheAlgorithms/C/commit/632206fce0c2c587915e5e8ec9696212c5e2beac) added ternary search algorithm ### 📊 Changes **1 file changed** (+83 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `searching/ternarysearch.c` (+83 -0) </details> ### 📄 Description Added a new search algorithm- Ternary Search. --- <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#871