Re: binary search
- From: Marc Dansereau <bouloumag@xxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 21:54:41 -0400
JD wrote:
> Given a sorted linked list it is required to perform a binary search
> for a particular element. Kindly suggest an optimum algorithm for the
> problem.
Binary search is not a practical solution for linked list. Mabe you can
search google for skip list wich is probably a better solution.
.
- Follow-Ups:
- Re: binary search
- From: Scott Moore
- Re: binary search
- References:
- binary search
- From: JD
- binary search
- Prev by Date: Re: Are programmers like this in the real world?
- Next by Date: Re: programming job market in bay area in US
- Previous by thread: Re: binary search
- Next by thread: Re: binary search
- Index(es):
Relevant Pages
|