About this document
Naive String Matching Algorithm in C by snehalparab183 is a document available to read on EtoBox.
This document describes an experiment on naive string matching. The experiment includes a C program to find if a pattern exists within a given text using a naive algorithm. The program takes the text and pattern as input and returns the index if a match is found or -1 if no match.
- Author
- snehalparab183
- Language
- EN