Suppose i have a software program which uses an inefficient data structure. Now how can i make it efficient. it seems that we should simply change the data structure but its not the case in reality. according to my point of view the whole software needs to be changed.
what is your point of view?
Suppose i have a software program which uses an inefficient data structure. Now how
Share
The question might be a bit too vague for us to give a precise answer, but using an “inefficient” data structure can mean :
Should the whole application be changed, or should it be corrected to use the “right” data structure ?
Well :