[PR #204] [CLOSED] Add Knuth-Moris-Pratt search algorithm implementation #479

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/204
Author: @DaveAxiom
Created: 10/29/2018
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

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

View changed files

📝 DIRECTORY.md (+1 -0)
searching/knuth_moris_pratt.c (+99 -0)

📄 Description


🔄 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/204 **Author:** [@DaveAxiom](https://github.com/DaveAxiom) **Created:** 10/29/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`4a1183c`](https://github.com/TheAlgorithms/C/commit/4a1183c2e6d83b63b07d5034802f132f1a1655e1) Add Knuth-Moris-Pratt search algorithm implementation - [`4b2eb08`](https://github.com/TheAlgorithms/C/commit/4b2eb081cd7ca8cba8096bbee23a2ff480e515d7) Comments added - [`d25c34a`](https://github.com/TheAlgorithms/C/commit/d25c34a723cc8dc48cd3ff770609fd4f281637ae) Merge branch 'TheAlgorithms:master' into master - [`2f4e7ae`](https://github.com/TheAlgorithms/C/commit/2f4e7aed0b6527d8fd89d1381505752fd1febfd9) formatting filenames d25c34a7 - [`f916444`](https://github.com/TheAlgorithms/C/commit/f9164449394c4db1801325847b5a72a09779d464) updating DIRECTORY.md ### 📊 Changes **2 files changed** (+100 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+1 -0) ➕ `searching/knuth_moris_pratt.c` (+99 -0) </details> ### 📄 Description <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/204"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a> --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#479