What is the time complexity of finding a node in a balanced Red-Black Tree with 'n' nodes?
O(n)
O(n^2)
O(1)
O(log n)

Advanced Data Structures Übungen werden geladen ...