Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
What is The order of adding 1 to each element in a one dimensional array of integers.
please share your thoughts.
Posted
Comments
OriginalGriff 9-Nov-12 6:02am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
For example, what does a 1D array have to do with trees, searching, or TreeListView?
Use the "Improve question" widget to edit your question and provide better information.

1 solution

If you are talking about the big O notations then

IMHO, since we need to traverse all the array to get the handle of all the elements and update them. so the order should be equal to number of elements i.e. O(n).

P.S. if you are not expecting the Big O notation order then please ignore this answer and try rephrasing the question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900