project in data structure in c++...

A

Anirudh Kala

hi there i am anirudh kala i am working on the project of search
engines in c++
but due to an immediate reqirement in need to develop a proj . in data
structure only..
majorly using the trees . i need a good amt of time in thinking of an
idea of creating such a proj...so is there any one who can help me
with the idea of a proj in data structure (c++)...
i know the group is not meant for these kind of assistances but this
is an urgent requirement of mine ...
 
V

Victor Bazarov

Anirudh said:
hi there i am anirudh kala i am working on the project of search
engines in c++
but due to an immediate reqirement in need to develop a proj . in data
structure only..
majorly using the trees . i need a good amt of time in thinking of an
idea of creating such a proj...so is there any one who can help me
with the idea of a proj in data structure (c++)...
i know the group is not meant for these kind of assistances but this
is an urgent requirement of mine ...

I have hard time understanding with what exactly you need our help.
How can someone help "with the idea"? And if you need "a good amt"
(amount?) of time "in thinking" and also "to develop a proj" (project?)
do you expect somebody to do the developing while you do the thinking
or what?

V
 
K

Kai-Uwe Bux

Anirudh said:
hi there i am anirudh kala i am working on the project of search
engines in c++
but due to an immediate reqirement in need to develop a proj . in data
structure only..
majorly using the trees . i need a good amt of time in thinking of an
idea of creating such a proj...so is there any one who can help me
with the idea of a proj in data structure (c++)...
i know the group is not meant for these kind of assistances but this
is an urgent requirement of mine ...

What about a splay-tree based replacement for std::set<>?

Or, what about a sequence container along the lines of std::vector<> and
std::deque<> but with intermediate performance guarantees: insert, erase,
and operator[] are all O(log(size)).


Best

Kai-Uwe Bux
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,197
Messages
2,571,040
Members
47,642
Latest member
arunkumar99

Latest Threads

Top