Topic:What may be the possible consequences if a wrong/incompatible data structure is selected for an application?
Answer:
To take proper result from the application correct data structure is indeed very important. A lot of chances that you may not be able to solve your problem, if you succeeded in solving your problem then you need a lot of difficulties to solve it. Wrong data structure reduces efficiency of the application. Programmer has to do extra work Inorder to complete the application. Wrong data structure increases the frustration of the programmer. For any application proper data structure is needed. For example we have to search a number from the directory so use list data structure it will gave result late the proper data structure for that purpose is binary tree.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment