rotate list question - IITM Python Oppe 2 Practice | python Oppe 2 | Part 1 #iitmadras

preview_player
Показать описание
Join in as we cover "rotate list" question for oppe2 iitm python practice. Learn the approach, logic, code, error fix and exam tips to solve the questions in upcoming oppe2. Happy Learning

BIO🧑‍🦱
Hello everyone👋,
I am a student of @IITMadrasBSDegreeProgramme pursuing an Online BS Degree in Data Science and Programming. I Hope my videos will help you.

Additional Links🔗

Chapters (Resembles flow to solve qn)
00:00 Intro
00:06 Understand Qn & Approach
02:56 Build Logic
04:45 Logic to HLL
05:45 Homework
05:56 Code & Edge Case
06:45 OPPE Tips
08:37 Execute & Fix Errors
09:17 Conclusion

Learners are free to skip to any-part they like, but if beginner, follow the order to understand how to solve

Hashtags
#iitmadras #computationalthinking #computerscience #programming

Disclaimer:
This series is entirely to help people, by no means it aims at violating IITM's terms and conditions. In case of any discrepancy, kindly contact me, and I will take down the video immediately.
Рекомендации по теме
Комментарии
Автор

L=[1, 2, 3, 4, 5]

n=3
for i in range(n):
L.insert(0, L.pop())
print(L) , can we do like this?

VENKATAKRISHNANG-hc
Автор

This question is in leetcode medium. Why is this considered easy here?

yashj
join shbcf.ru