Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 257 Bytes

File metadata and controls

13 lines (9 loc) · 257 Bytes

Implement strStr()

Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.

Solutions:

Swift

O(n^2)

Installation

Run make to build and run Swift files. Or you can run .playground file.