Let T be a red black tree with rank r. Write a function to compute the rank of e
ID: 3637063 • Letter: L
Question
Let T be a red black tree with rank r. Write a function to compute the rank of each node in the tree. The time complexity of your function should be linear in the number off nodes in the tree. Show that this is the case