0
Do we consider time taken to take input in time complexity of an algorithm?
I have this issue because in algorithm class we compute complexity for main reasoning part but not time taken to take input even for array etc
2 Answers
+ 6
How long the user takes to provide input to an algorithm is not relevant to how efficient an algorithm performs.
0
Thanks