Hey there, I don't really understand what these 2 questions is really asking, so help your be excellent,
thankyou :)
Find a theta notation for the following algorithm. Carefully justify your answer.
for i:=1 to n do
for j:=1 to (floor)[n/3](floor) do
x:=x+1
Find a theta notation for the following algirothm
j:=n
while (j>=n) do
begin
for i= to j do
x=x+1
j=(floor)[j/3](floor)
end
