shivprime94 / Data-Structure-Algorithms

Upload Solutions of any coding Platform. In designated folder if not there make new folder and upload.
36 stars 214 forks source link

Index of the First Occurrence in a String #470

Closed the-iter8 closed 1 year ago

the-iter8 commented 1 year ago

I would like to add a solution to a LeetCode Problem here. (Python3) Find the Index of the First Occurrence in a String

Link - https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/