Home » 
        MCQs » 
        Data Structure and Algorithms (DSA) MCQs
    
        
    What is the best-case time complexity?
    
    
        
    2. What is the best-case time complexity?
    
      - Minimum time required for program execution
 
      - Average time required for program execution
 
      - Maximum time required for program execution
 
      - None of the above
 
    
    Answer
    The correct answer is: A) Minimum time required for program execution
    Explanation
    Time complexity of a program represents the time required for a program to run to completion. Best case time complexity is the minimum time required for program execution.