CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    Binary Search Algorithm

    Hi,

    I am new to VB. Does anyone know how to write a binary search algorithm in VB?

    Thanks



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Binary Search Algorithm

    check out this Quicksort algorithm (VBScript)
    http://www.4guysfromrolla.com/webtech/012799-2.shtml


  3. #3
    Join Date
    May 1999
    Posts
    3,332

    forget my last post

    sorry for my last post. You asked for bsearch not for quicksort.
    I guess, it's just too early :-)


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    from planet-source

    check out this link: it has a bsearch algorithm for a list/combobox. Should be easy to adapt to your needs.
    http://www.planetsourcecode.com/vb/s...txtCodeId=2075


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