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
What is double in c++?
What are the advantages of using a pointer?
Can you use the function fprintf() to display the output on the screen?
Is map thread safe c++?
Describe linkages and types of linkages?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is ostream in c++?
Can a class be static in c++?
Is python better than c++?
What does it mean to declare a member function as static?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Why is "using namespace std;" considered bad practice?
Should the member functions which are made public in the base class be hidden?
What is java and c++?
Describe the syntax of single inheritance in C++?