hey help in solving the following recurrence...




hi can yu hep me solve the following recurrence,

T(n)=T(n-1)+lgn

T(2) and T(1) are constants...

thnks all,

.