Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 8
Easy

A routing algorithm for a GPS navigation system executes completely without crashing, but it consistently calculates arrival times using the maximum legal speed limits of roads instead of real-time average traffic speeds, leading to incorrect travel estimates.

Explain why this issue represents a logic error.

[1]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms