From 6b6fad93981c705a911a3704a2945b39b1dd636a Mon Sep 17 00:00:00 2001 From: Ankush kumar <91266368+Ankush11903@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:10:15 +0530 Subject: [PATCH 1/2] Create 0028 - Find The Index of The First Occurrence In a String.CPP --- ...ndex of The First Occurrence In a String.CPP | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cpp/0028 - Find The Index of The First Occurrence In a String.CPP diff --git a/cpp/0028 - Find The Index of The First Occurrence In a String.CPP b/cpp/0028 - Find The Index of The First Occurrence In a String.CPP new file mode 100644 index 000000000..e92a3d8c0 --- /dev/null +++ b/cpp/0028 - Find The Index of The First Occurrence In a String.CPP @@ -0,0 +1,17 @@ +class Solution { +public: + int strStr(string haystack, string needle) { + if(haystack.size() Date: Wed, 11 Jan 2023 09:38:00 +0530 Subject: [PATCH 2/2] Rename 0028 - Find The Index of The First Occurrence In a String.CPP to 0028-find-the-index-of-the-first-occurrence-in-a-string.Cpp --- ...> 0028-find-the-index-of-the-first-occurrence-in-a-string.Cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cpp/{0028 - Find The Index of The First Occurrence In a String.CPP => 0028-find-the-index-of-the-first-occurrence-in-a-string.Cpp} (100%) diff --git a/cpp/0028 - Find The Index of The First Occurrence In a String.CPP b/cpp/0028-find-the-index-of-the-first-occurrence-in-a-string.Cpp similarity index 100% rename from cpp/0028 - Find The Index of The First Occurrence In a String.CPP rename to cpp/0028-find-the-index-of-the-first-occurrence-in-a-string.Cpp pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy