Тёмный
Code Meal
Code Meal
Code Meal
Подписаться
# Meal will be served to Coders here

#Programming #Python #Tamil
Abstraction - Session 10 - Python - Tamil
23:12
7 месяцев назад
Polymorphism - Session 9 - Python - Tamil
19:28
7 месяцев назад
Комментарии
@SSrinivasan-go4yu
@SSrinivasan-go4yu 10 часов назад
Bro i have a doubt what is difference between algorithm and inference ?
@aswinkumar2022
@aswinkumar2022 День назад
Bro, am looking Data structure and algorithm playlist. Looks like all videos are in random placed. can you arrange the videos in order for study or provide me the order to study in flow?
@ragulp3162
@ragulp3162 День назад
Thala nee veea maari❤❤❤
@rubainasharon6071
@rubainasharon6071 3 дня назад
constructor=kothanaaru😄 Thank you for explaining in layman's terms. I really enjoyed it.
@sweetha21
@sweetha21 3 дня назад
What is time complexity for this code
@JoffrinReffino-s6e
@JoffrinReffino-s6e 5 дней назад
def insertion_sort(arr): for i in range (1 , len(arr)): while arr[i-1] > arr[i] and i >0 : arr[i-1] , arr[i] = arr[i] , arr[i-1] i = i -1 return arr
@COOLLOL-wj7qy
@COOLLOL-wj7qy 5 дней назад
While loop puliya bri😢
@user-yr2py2or8u
@user-yr2py2or8u 6 дней назад
Python vs python3 enna bro difference
@Raajeshwaran
@Raajeshwaran 7 дней назад
So this is nothing but the Fibonacci series without 0 and 1, wow interesting
@rk.sparkles7212
@rk.sparkles7212 8 дней назад
continue sql bro
@kandiahckcreations01
@kandiahckcreations01 9 дней назад
Well.understood
@srilekhasekar2278
@srilekhasekar2278 11 дней назад
I never saw such a best explanation
@srinathk3254
@srinathk3254 11 дней назад
bro please put a video for roman numbers to integer in leetcode series
@latikas8784
@latikas8784 12 дней назад
1) O(n), O(1) 2) O(n^2), O(n^2) 3) O(n), O(1)
@sharjeelahamed1482
@sharjeelahamed1482 12 дней назад
Finally, I found you as my tutor bro 🥺
@vineeshashwin2697
@vineeshashwin2697 14 дней назад
Annovvv...🎉🙏💥
@KrishnaKrishna-b5b
@KrishnaKrishna-b5b 17 дней назад
Waiting for your video
@gbalaji3593
@gbalaji3593 17 дней назад
bro appo array and list same thana why array import ellam pannikutu list hey use pannalame?
@manifest-coder
@manifest-coder 17 дней назад
kadane, Dijkstra Algorithm explanation video podunga please
@manifest-coder
@manifest-coder 17 дней назад
Anna Leetcode - 1884 Egg drop question explanation podunga
@onlyone4339
@onlyone4339 18 дней назад
U always great bro🎉 keep going❤
@Sakthi-w9j
@Sakthi-w9j 18 дней назад
bro dummy=listnode(0,head) ; indha line la head ndradhu [1,2,3,4,5] idha point pannuma? illa " 1 " ah mattum point pannuma?
@codemeal
@codemeal 18 дней назад
1 matum than bro.... node 1 oda next pointer 2 ah point panum... will be same for other next nodes
@vijayananth2214
@vijayananth2214 18 дней назад
Helpful bro keep going🤗
@jayakeerthan3626
@jayakeerthan3626 19 дней назад
bro bfs algorithm code pannunga
@c.m.narendran9643
@c.m.narendran9643 19 дней назад
bro nee vera maari 🔥
@jeeva3118
@jeeva3118 19 дней назад
Ena bro avalo naal achii video potu... unga video ka tha wait paninnu irunthan..
@Sakthi-w9j
@Sakthi-w9j 19 дней назад
how to implement linked list in code?
@codemeal
@codemeal 19 дней назад
Please watch next parts of this video
@Sakthi-w9j
@Sakthi-w9j 19 дней назад
@@codemeal thank you bro .i watched 2nd part already .now 3rd part watching.
@Raajeshwaran
@Raajeshwaran 20 дней назад
Bro, I think you should be using if instead of elif for checking height[l] > height [r] , because even if the f > res, we update the result and then we still have to continue the while loop right ? (I might be wrong, but "elif" won't be executed if the "if" statement passes right ? )
@venom_wife
@venom_wife 20 дней назад
Thanks for the easy explanation in tamil !!
@srilekhasekar2278
@srilekhasekar2278 20 дней назад
Bro Its amazing i have seen many videos. But you are the best. I was struggling for this dsa concept . But your video made it easy for me. Good luck bro
@Raajeshwaran
@Raajeshwaran 20 дней назад
Hey bro, is it ok to use recursion for this problem?
@Raajeshwaran
@Raajeshwaran 21 день назад
Awesome effort bro, please continue your journey, The content is amazing.
@Raajeshwaran
@Raajeshwaran 21 день назад
Bro is it ok to use 2 dictionaries ?
@siddiqabr7110
@siddiqabr7110 21 день назад
You can just use the else part of while right?
@annaUniversitystudents
@annaUniversitystudents 21 день назад
👋 👋
@RakeshTK-dh7ee
@RakeshTK-dh7ee 21 день назад
Hello bro im final year student going to graduate in month of june yet no placement, so i tried to upskill , i got started learning python few months ago , i have been solving some basic level code but, but to crack interview we need to solve the leetcode level problem, for that i discovered your channel, explanation was good , but reality is that after a day i have opened the same code to solve again i tends to forget sometimes i understand the logic by looking at the program but converting them to code is difficult how do i tackle it, could u say it please bro
@rojo_pes75
@rojo_pes75 21 день назад
🐐 peak explanation
@siddiqabr7110
@siddiqabr7110 22 дня назад
Bro ithula two pointer use panna time complexitya O(nlogn) ku change panlan la
@Raajeshwaran
@Raajeshwaran 23 дня назад
Hey bro, just a small correction, there is a 2USD bill, however its very difficult to find in circulation, Great video by the way
@indrajithn9502
@indrajithn9502 24 дня назад
Nandri bro😁
@lianmaximoff1398
@lianmaximoff1398 24 дня назад
Super uh explain pannuriga bro... very very thanks
@rameshkumar-u4d4t
@rameshkumar-u4d4t 25 дней назад
vegama poi train ah pidikapora.......empty minded....oruthan vaaran apdinaa....avanuku epdi purum.....kjnm slow ah sollunga bosss ........
@NeelaLoshini-eu3fh
@NeelaLoshini-eu3fh 26 дней назад
binary search concept in datastructure &algorithm video podunga anna your video is realy useful i recommend your to my friends.Nice explanation❤
@anitharanganathan8888
@anitharanganathan8888 26 дней назад
Great explanation🎉
@praveenjohnson6736
@praveenjohnson6736 26 дней назад
Tnks lot Bro 💐💐🤝 and shortcuts panningala comment change pandrathu and previous steps poga antha shortcuts sollunga bro
@funnyrockffandfood9065
@funnyrockffandfood9065 27 дней назад
thalava varamare.....and also merge sort algorithm debugging video poduga....bz that so confusing to my friends and to me ...i hope debugging video will give as some clarity..i guess so many of them have confusion so please put video for "MERGE SORT DEBUGGING " ..OUR DOUBT IS IN RECURSION.
@PrAsHaNtHdUke1093
@PrAsHaNtHdUke1093 Месяц назад
bro super video thanks..
@spikyedits406
@spikyedits406 Месяц назад
Bro python data structures videos la epdi line na learn pandradhu andha playlist orderlaiya illa vera orderlaiya..? Clarify it... 🚨
@vikeyvikey3149
@vikeyvikey3149 Месяц назад
mass na nee🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥❤❤❤❤❤❤❤❤
@jeeva3118
@jeeva3118 Месяц назад
thanks bro for the clean explanation..