Can anyone say "which is the best data-structure that is implemented successfully?" (in terms of complexity & applicability)

Recommended Answers

All 4 Replies

No. The various data structures have different usages for which they are suited. No one structure is applicable to all situations.

There is no such data structure that can be applied to all the situations.You have to select the data structure based upon the situation.

commented: That's exactly what Momerath said 2 hours before you did. -2

Can anyone say "which is the best data-structure that is implemented successfully?" (in terms of complexity & applicability)

it is generally based on the ability of any computer to store data in its memory at any time.

Best Regards
JhonMoney

it is generally based on the ability of any computer to store data in its memory at any time.

Best Regards
JhonMoney

Wrong. It's determined by the requirements of the application, its infrastructure, etc. etc.
If the hardware and software requirements are in conflict, there's still no "best" because the requirements are flawed and all solutions will be bad.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.