what is importance of data sturture in a programming
language?
Answer Posted / bilal rehman
well data structure is basically a trade off between memory and speed. you have to sacrifice one thing for the efficiency of your program.
Data structures plays an important role in programming language, lets say you guys definitely use google or youtube or any social websites, in these websites if the proper data structure wouldn't have been implemented then the data you are trying to search would take you ages...
the thing i just learned from my teacher is that it changes the way of thinking of a programmer, it shortens up your difficult tasks and make it less complex..!!
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
List the special characteristics of constructor.
what is multi-threading in C++?
Why do we use iterators?
How is new() different from malloc()?
what are the events occur in intr activated on interrupt vector table
What is c++ array?
What is the use of c++ programming language in real life?
Is c++ vector dynamic?
Can notepad ++ run c++?
What is the limitation of cin while taking input for character array?
What is constructor c++?
What does new in c++ do?
Do you know what is overriding?
How does java differ from c and c++?
What happens when the extern "c" char func (char*,waste) executes?