Assignment 1 - 4th January 2021
Assignment 1 - 4th January 2021
For any doubts regarding the assignment, ask questions in the Data
Structures and Algorithms Group in the Community.
Submit Assignments by 12th January 2021 11:59 PM
Questions here
1.) Find the time complexity for the following scenarios
a.) for(i=1;i<=n;i++)
for(j=i;i<=n;j++)
printf("Hi");
b.) for(i=1;i<=n;i*=3)
for(j=1;i<=n;j++)
printf("Hello");
[Data Structures and Algorithm] | [Jan 2021]
FAQs