Re: Search algorithm...problem.
Hi dear,
No need to work hard..
work smart... !
just use the STL maps in C++. This is optimized implementation of the
data structures.
Regards,
BhupinderSingh.
HalFas` wrote:
> Hello there,
> i have some problem here...
> I need to make an dictionary program for my friend with Borland c++
> builder, i have this structure:
>
> struct Tdict {
> > AnsiString word;
> > AnsiString transl;
> > };
> > Tdict *database ;
> >
>
> All is ok, but i need to create fast&optimized search BY TYPING.
>
> Please help me. I'm open to all suggestions and etc..
0 Comments:
Post a Comment
<< Home