Q61
What is a time complexity for inserting an alphabet in the tree using hash maps?
A.
O (log n!)
B.
O (n!)
C.
O (n2)
D.
O (1)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board