@IndianTechGuide Do bans work in India? How is social media defined by government? Will YouTube be considered as social media? If under 16s are banned from YouTube, will some of them not lose out on academic content on YT? Should #YouTube start another service YouTube Academic like YouTube Music?
2026 STATE OF THE CREATOR ECONOMY REPORT
https://t.co/CQPzdIejba
"The most comprehensive free creator economy report available โ 55 sections, 29 interactive charts, 278+ cited data points, and 70 named sources.
Built for creators, by creators."
@Jackkk How, What, Who, are the questions. How can you change teaching/learning? What should be changed? Who will change it? There should be changes, but how, what, who? What should be tech's contribution in bringing about this change? Can everyone pay for this change? Q's need A's.
What is the time complexity of the following code:
for (int i = 1; i <= n; i++)
{
for (int j = 1; j <= m; j++)
{ // code
}
}
#programming#BigOnotation#Algorithms