Programming Question
Question: What is the time complexity of this function? Bool getAnswerLength (int questionId) { return ( (string[]) answers[questionId]).Length; }
From: Ace the Programming Interview [Guiness]
Subject: Code Quality
Load Another Question
Select a Subject