AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
69 stars 215 forks source link

Find the Index of the First Occurrence in a String #1050

Open madhumitha-b opened 2 hours ago

madhumitha-b commented 2 hours ago

Name:

Find the Index of the First Occurrence in a String

About:

I propose to add the "Find the Index of the First Occurrence in a String" problem to the repository. This problem involves locating the index of the first occurrence of a substring (needle) within a given string (haystack). It is a common problem in string manipulation and is useful for illustrating search algorithms.


Labels:

new algorithm, gssoc-ext, hacktoberfest, level1


Assignees:

github-actions[bot] commented 2 hours ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!