CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    12

    Seeking Efficient Search Algorithm

    Hello,

    I am a C programmar and seek the help of you people in aknowledge of some efficient searching algorithm.
    kindly don't mention B,B+Tree algorithms.
    Thanks.

    -ijaz



  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: Seeking Efficient Search Algorithm

    For searching what, looking for what?


  3. #3
    Join Date
    Apr 1999
    Location
    Huntsville, Al
    Posts
    27

    Re: Seeking Efficient Search Algorithm

    You did not mention what type of data you are searching. Is it a large single dimension or multi-dimension array? Is it characters or numbers? Is it sorted? etc...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured