Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8201331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:46:29+00:00 2026-06-07T06:46:29+00:00

I need to implement string.IndexOf functionality without using any c# string search related built

  • 0

I need to implement string.IndexOf functionality without using any c# string search related built in methods.

Could you suggest a simple algorithm for this. Search does not involve really large strings. you can assume the maximum lenghth of the string to be search as 1000 characters.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T06:46:33+00:00Added an answer on June 7, 2026 at 6:46 am

    Since this sounds like homework, I’ll provide guidance instead of a solution. There is a great overview of string search algorithms on Wikipedia:

    http://en.wikipedia.org/wiki/String_searching_algorithm

    Try implementing the Naïve string search as a good introduction to the subject.

    The simplest and least efficient way to see where one string occurs
    inside another is to check each place it could be, one by one, to see
    if it’s there. So first we see if there’s a copy of the needle in the
    first character of the haystack; if not, we look to see if there’s a
    copy of the needle starting at the second character of the haystack;
    if not, we look starting at the third character, and so forth. In the
    normal case, we only have to look at one or two characters for each
    wrong position to see that it is a wrong position, so in the average
    case, this takes O(n + m) steps, where n is the length of the haystack
    and m is the length of the needle; but in the worst case, searching
    for a string like “aaaab” in a string like “aaaaaaaaab”, it takes
    O(nm) steps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

class Foo(){ public List<string> SomeCollection; } I need to implement an event which can
I need to implement a simple monitoring app in Excel. It is for monitoring
I need to implement File[] files = getFiles( String folderName, String ptrn ); Where
What I need to implement is to find patterns in a string , store
I need to implement a simple formula parser. What I am doing is first
suppose you need to implement container of a T items, which its value could
I need to implement a string-matching algorithm to determine which strings most closely match.
I need to implement the following: $prefs within the string something something $prefs(something something)
I need to implement lastSeq function,which gets as argument string str and char chr
I need to implement an std::map with <std::string, fn_ptr> pairs. The function pointers are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.