VibraXX
Live Quiz Arena
🎁 1 Free Round Daily
⚡ Enter Arena
HomeCategoriesLogic & PuzzlesQuestion
Question
Logic & Puzzles

If a routing algorithm's execution time increases linearly with network nodes, which Big-O notation describes this?

A)O(log n) - Logarithmic time
B)O(n^2) - Quadratic time
C)O(n) - Linear time
D)O(1) - Constant time

💡 Explanation

Linear time complexity means the algorithm's execution time grows directly proportionally to the input size, because each element requires a constant amount of processing. Therefore, O(n) accurately depicts this growth, rather than the others which represent different growth characteristics like logarithmic, quadratic, or constant.

🏆 Up to £1,000 monthly prize pool

Ready for the live challenge? Join the next global round now.
*Terms apply. Skill-based competition.

⚡ Enter Arena

Related Questions

Browse Logic & Puzzles